DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on FND_PROFILE_OPTION_VALUES

Line 11356: UPDATE fnd_profile_option_values

11352: End Loop;
11353: if v_ret_counter = 0 then
11354: fnd_file.put_line(fnd_file.log,'All Old Fulfillable lines have been Processed. Updating the Profile');
11355: -- update the profile
11356: UPDATE fnd_profile_option_values
11357: SET profile_option_value = 'N'
11358: WHERE profile_option_id = l_profile_option_id
11359: AND application_id=542 --fix for the bug 4907945
11360: AND level_id = 10001;