DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PAY_ACTION_INTERLOCKS

Line 1323: pay_action_interlocks pai

1319: CURSOR c_tax_unit is
1320: select paa.tax_unit_id
1321: from pay_run_results prr,
1322: PAY_ASSIGNMENT_ACTIONS paa,
1323: pay_action_interlocks pai
1324: where paa.assignment_action_id = prr.assignment_action_id
1325: AND paa.assignment_action_id = pai.LOCKED_ACTION_ID
1326: and pai.locking_action_id = p_assignment_action_id
1327: and prr.element_type_id = p_element_type_id;