DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on PAY_ACTION_INTERLOCKS

Line 588: from pay_action_interlocks

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
588: from pay_action_interlocks
589: where locked_action_id = c_assignment_action_id;
590: --
591: l_proc varchar2(72) := g_package||'update_archive_item';
592: l_assignment_action_id number;