DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PAY_RUN_RESULTS

Line 1386: from pay_run_results prr,

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