DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on PAY_BALANCE_PKG

Line 46: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,

42:
43: /*Changes made for bug 2610141 Start here*/
44: g_context_table(1).tax_unit_id := p_registered_employer;
45:
46: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
47: p_defined_balance_lst=>g_balance_value_tab,
48: p_context_lst =>g_context_table,
49: p_output_table=>g_result_table);
50:

Line 53: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id

49: p_output_table=>g_result_table);
50:
51: /*Changes made for bug 2610141 Ends here*/
52:
53: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id
54: , p_defined_balance_lst => g_balance_value_tab );*/
55:
56: IF g_debug THEN
57: hr_utility.trace('Balance values for RUN dimension');

Line 140: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,

136:
137: /*Changes made for bug 2610141 Start here*/
138: g_context_table(1).tax_unit_id := p_registered_employer;
139:
140: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
141: p_defined_balance_lst=>g_ytd_balance_value_tab, /*Bug 4040688*/
142: p_context_lst =>g_context_table,
143: p_output_table=>g_result_table);
144:

Line 147: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id

143: p_output_table=>g_result_table);
144:
145: /*Changes made for bug 2610141 Ends here*/
146:
147: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id
148: , p_defined_balance_lst => g_balance_value_tab );*/
149:
150: IF g_debug THEN
151: hr_utility.trace('Balance values for YTD dimension');