DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PAY_RUN_RESULTS

Line 1321: from pay_run_results prr,

1317: p_element_type_id pay_element_types_f.element_type_id%TYPE
1318: ) return number IS
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