Although they use undocumented enum values, it is still possible, thus you shouldn't use it in AppStore apps.
AudioServicesPlaySystemSound(1003);
iOS SDK does not bundle these sound files, but you can find them on the device in the /System/Library/Audio/UISounds/ folder. However, I believe these files are copyrighted so you can create a sound for yourself!