DBA Data[Home] [Help]

APPS.HR_PAY_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 42: from pay_assignment_actions paa

38: begin
39: --
40: select paa.tax_unit_id
41: into l_tax_unit_id
42: from pay_assignment_actions paa
43: where paa.assignment_action_id = p_assignment_action_id;
44: --
45: return (pay_balance_pkg.get_value (
46: p_defined_balance_id,