DBA Data[Home] [Help]

APPS.PSP_UPGRADE_EFF_REPORTS dependencies on PSP_GENERAL

Line 229: IF psp_general.IS_EFFORT_REPORT_MIGRATED THEN

225:
226: fnd_msg_pub.initialize;
227:
228: -- Check if the migration has already occurred. If not Proceed further else do nothing
229: IF psp_general.IS_EFFORT_REPORT_MIGRATED THEN
230: hr_utility.trace('Effort Report Already Migrated');
231: raise l_er_already_migrated;
232: ELSE
233: IF p_ignore_appr= 'N' THEN