DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PAY_ACTION_INTERLOCKS

Line 1388: pay_action_interlocks pai

1384: CURSOR c_tax_unit is
1385: select paa.tax_unit_id
1386: from pay_run_results prr,
1387: PAY_ASSIGNMENT_ACTIONS paa,
1388: pay_action_interlocks pai
1389: where paa.assignment_action_id = prr.assignment_action_id
1390: AND paa.assignment_action_id = pai.LOCKED_ACTION_ID
1391: and pai.locking_action_id = p_assignment_action_id
1392: and prr.element_type_id = p_element_type_id;