DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on PSP_PAYROLL_LINES_S

Line 617: select PSP_PAYROLL_LINES_S.NextVal

613: and d_Effective_Date BETWEEN a.EFFECTIVE_START_DATE AND a.EFFECTIVE_END_DATE
614: and a.business_group_id = v_business_group_id;
615:
616: -- obtain the primary key for the PSP_PAYROLL_LINES table from the DUAL table
617: select PSP_PAYROLL_LINES_S.NextVal
618: into n_Payroll_Lines_ID
619: from DUAL;
620:
621: /*********************************************************************************************