DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_DISTRIBUTION_LINES_S

Line 2649: (PSP_DISTRIBUTION_LINES_S.NEXTVAL,dist_reversal_entry_rec.payroll_sub_line_id,

2645: (distribution_line_id,payroll_sub_line_id,distribution_date,effective_date,
2646: distribution_amount,status_code,gl_project_flag,reversal_entry_flag,
2647: business_group_id, set_of_books_id)
2648: values
2649: (PSP_DISTRIBUTION_LINES_S.NEXTVAL,dist_reversal_entry_rec.payroll_sub_line_id,
2650: dist_reversal_entry_rec.effective_date,dist_reversal_entry_rec.effective_date,
2651: dist_reversal_entry_rec.reversal_dist_amount,'N','G','Y',
2652: dist_reversal_entry_rec.business_group_id, dist_reversal_entry_rec.set_of_books_id);
2653:

Line 2723: values (psp_distribution_lines_s.nextval, pg_reversal_entry_rec.distribution_interface_id,

2719: element_type_id, distribution_date, effective_date, distribution_amount,
2720: dr_cr_flag, payroll_control_id, source_type, source_code, time_period_id,
2721: batch_name, status_code, set_of_books_id, business_group_id, gl_code_combination_id,
2722: reversal_entry_flag)
2723: values (psp_distribution_lines_s.nextval, pg_reversal_entry_rec.distribution_interface_id,
2724: pg_reversal_entry_rec.person_id, pg_reversal_entry_rec.assignment_id,
2725: pg_reversal_entry_rec.element_type_id, pg_reversal_entry_rec.distribution_date,
2726: pg_reversal_entry_rec.effective_date, pg_reversal_entry_rec.reversal_dist_amount,
2727: pg_reversal_entry_rec.dr_cr_flag, p_payroll_control_id, pg_reversal_entry_rec.source_type,