DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on FND_PROFILE_OPTIONS

Line 11261: from FND_PROFILE_OPTIONS

11257: -- Get the Profile Option ID
11258: Begin
11259: select profile_option_id
11260: into l_profile_option_id
11261: from FND_PROFILE_OPTIONS
11262: where upper(profile_option_name) = 'CSI_PROCESS_FULFILL_LINES';
11263: Exception
11264: when no_data_found then
11265: fnd_file.put_line(fnd_file.log,'Unable to find the Profile Option CSI_PROCESS_FULFILL_LINES');