DBA Data[Home] [Help]

APPS.PAY_SG_CPFLINE_BALANCES dependencies on PAY_ACTION_INFORMATION

Line 25: termination_date pay_action_information.action_information19%type

21: tax_unit_id pay_assignment_actions.tax_unit_id%type,
22: effective_date pay_payroll_actions.effective_date%type,
23: cl_record_status varchar2(1),
24: mf_record_status varchar2(1),
25: termination_date pay_action_information.action_information19%type
26: );
27: --
28: type dup_employee_store_tab is table of dup_employee_store_rec index by binary_integer;
29: t_dup_emp_rec dup_employee_store_tab;