DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 2439: pay_payroll_actions ppa,

2435: cursor csr_get_status
2436: is
2437: select decode(prt.run_type_name,'SEP','P','SEP_I','P','U')
2438: from pay_assignment_actions paa,
2439: pay_payroll_actions ppa,
2440: pay_run_types_f prt
2441: where ppa.payroll_action_id = paa.payroll_action_id
2442: and ppa.run_type_id = prt.run_type_id
2443: and prt.run_type_name = p_run_type_name