DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on PAY_ASSIGNMENT_ACTIONS

Line 583: from pay_assignment_actions paa

579: --
580: cursor get_action_details(c_context1 number) is
581: select paa.assignment_action_id,
582: paa.payroll_action_id
583: from pay_assignment_actions paa
584: where paa.assignment_action_id = c_context1;
585: --
586: cursor get_locked_asg_action(c_assignment_action_id number) is
587: select locked_action_id