DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on FND_PROFILE_OPTION_VALUES

Line 12372: UPDATE fnd_profile_option_values

12368: End Loop;
12369: if v_ret_counter = 0 then
12370: fnd_file.put_line(fnd_file.log,'All Old Fulfillable lines have been Processed. Updating the Profile');
12371: -- update the profile
12372: UPDATE fnd_profile_option_values
12373: SET profile_option_value = 'N'
12374: WHERE profile_option_id = l_profile_option_id
12375: AND application_id=542 --fix for the bug 4907945
12376: AND level_id = 10001;