DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on PAY_BALANCE_PKG

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

114:
115: /*Changes made for bug 2610141 Start here*/
116: g_context_table(1).tax_unit_id := p_registered_employer;
117:
118: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
119: p_defined_balance_lst=>g_balance_value_tab,
120: p_context_lst =>g_context_table,
121: p_output_table=>g_result_table);
122:

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

121: p_output_table=>g_result_table);
122:
123: /*Changes made for bug 2610141 Ends here*/
124:
125: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id
126: , p_defined_balance_lst => g_balance_value_tab );*/
127:
128: IF g_debug THEN
129: hr_utility.trace('Balance values for RUN dimension');

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

233:
234: /*Changes made for bug 2610141 Start here*/
235: g_context_table(1).tax_unit_id := p_registered_employer;
236:
237: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
238: p_defined_balance_lst=>g_ytd_balance_value_tab, /*Bug 4040688*/
239: p_context_lst =>g_context_table,
240: p_output_table=>g_result_table);
241:

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

240: p_output_table=>g_result_table);
241:
242: /*Changes made for bug 2610141 Ends here*/
243:
244: /* pay_balance_pkg.get_value ( p_assignment_action_id => p_assignment_action_id
245: , p_defined_balance_lst => g_balance_value_tab );*/
246:
247: IF g_debug THEN
248: hr_utility.trace('Balance values for YTD dimension');