DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on PAY_ACTION_INTERLOCKS

Line 132: from pay_action_interlocks intl

128: and paa.assignment_id = p_assignment_id;
129:
130: cursor csr_report_action_id(p_archive_action_id NUMBER) is
131: select intl.locking_action_id report_action_id
132: from pay_action_interlocks intl
133: where intl.locked_action_id = p_archive_action_id
134: and exists
135: ( select null
136: from per_assignments_f paf,