DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on PSP_PAYROLL_SUB_LINES_S

Line 785: select PSP_PAYROLL_SUB_LINES_S.nextval

781: BEGIN
782: FOR Sub_Lines_Record_Agg IN Sub_Lines_Record LOOP
783: -- The Payroll Lines ID key is the current value of n_Payroll_Lines_ID
784: -- Obtain the primary key for the PSP_PAYROLL_SUB_LINES table from DUAL
785: select PSP_PAYROLL_SUB_LINES_S.nextval
786: into n_Payroll_Sub_Lines_ID
787: from DUAL;
788: -- Insert records to the PSP_PAYROLL_SUB_LINES table
789: -- Leave Organization_ID, Job_ID, Position_ID, Employment_Begin_Date,