DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 1314: function get_costing_tax_unit_id(p_ACTION_TYPE pay_payroll_actions.action_type%TYPE,

1310: hr_utility.trace('Concurrent Request ID = ' || FND_GLOBAL.CONC_REQUEST_ID);
1311:
1312: END costing_extract;
1313:
1314: function get_costing_tax_unit_id(p_ACTION_TYPE pay_payroll_actions.action_type%TYPE,
1315: p_TAX_UNIT_ID pay_assignment_actions.TAX_UNIT_ID%TYPE,
1316: p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE,
1317: p_element_type_id pay_element_types_f.element_type_id%TYPE
1318: ) return number IS