DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on FND_PROFILE_OPTIONS

Line 12277: from FND_PROFILE_OPTIONS

12273: -- Get the Profile Option ID
12274: Begin
12275: select profile_option_id
12276: into l_profile_option_id
12277: from FND_PROFILE_OPTIONS
12278: where upper(profile_option_name) = 'CSI_PROCESS_FULFILL_LINES';
12279: Exception
12280: when no_data_found then
12281: fnd_file.put_line(fnd_file.log,'Unable to find the Profile Option CSI_PROCESS_FULFILL_LINES');