DBA Data[Home] [Help]

APPS.PER_NL_FORMULA_FUNCTIONS dependencies on PAY_PAYROLL_ACTIONS

Line 49: from pay_payroll_actions ppa

45: l_payroll_action_id number;
46:
47: cursor csr_get_ppa_date is
48: select effective_date,date_earned
49: from pay_payroll_actions ppa
50: where ppa.payroll_action_id = l_payroll_action_id ;
51:
52: Begin
53: Begin