DBA Data[Home] [Help]

APPS.PSP_UPGRADE_EFF_REPORTS dependencies on DUAL

Line 541: from dual;

537: -- If all successful, insert row in psp_upgrade_115
538:
539: select psp_upgrade_115_s.nextval
540: into l_current_run
541: from dual;
542: hr_utility.trace(' Insert into psp_upgrade_115');
543:
544: INSERT into psp_upgrade_115(run_id, phase,object_name,date_time,status,error_message)
545: VALUES (l_current_run,10000,'PSP_UPGRADE_115',sysdate,'R','Migrated Effort Reports') ;