DBA Data[Home] [Help]

APPS.PAY_BAL_ADJUST dependencies on PAY_BALANCE_PKG

Line 862: pay_balance_pkg.create_rr_asg_balances

858:
859: --
860: -- Create asg run balances based on the run result.
861: --
862: pay_balance_pkg.create_rr_asg_balances
863: (p_run_result_id => l_run_result_id
864: );
865:
866: exception

Line 1151: pay_balance_pkg.create_rr_asg_balances

1147:
1148: --
1149: -- Create asg run balances based on the run result.
1150: --
1151: pay_balance_pkg.create_rr_asg_balances
1152: (p_run_result_id => l_run_result_id
1153: );
1154:
1155: exception

Line 1229: -- pay_balance_pkg.create_all_asg_balances(each_row.assignment_action_id);

1225: -- The creation of asg run balances has been moved to be processed
1226: -- in adjust_balance.
1227:
1228: -- for each_row in get_rb_asg_actions(l_info.batchid) loop
1229: -- pay_balance_pkg.create_all_asg_balances(each_row.assignment_action_id);
1230: -- end loop;
1231:
1232: pay_balance_pkg.create_all_group_balances(l_info.batchid);
1233:

Line 1232: pay_balance_pkg.create_all_group_balances(l_info.batchid);

1228: -- for each_row in get_rb_asg_actions(l_info.batchid) loop
1229: -- pay_balance_pkg.create_all_asg_balances(each_row.assignment_action_id);
1230: -- end loop;
1231:
1232: pay_balance_pkg.create_all_group_balances(l_info.batchid);
1233:
1234: -- Obtain the time_period_id for this batch.
1235: select ptp.time_period_id
1236: into l_timperid

Line 1396: pay_balance_pkg.create_all_asg_balances(p_assignment_action_id);

1392: 'B',
1393: l_run_result_id
1394: );
1395:
1396: pay_balance_pkg.create_all_asg_balances(p_assignment_action_id);
1397:
1398: end rerun_batch;
1399:
1400: procedure create_ee

Line 1920: pay_balance_pkg.create_all_asg_balances(p_assignment_action_id);

1916: --
1917: -- Bug 3211015. Added the call to create_all_asg_balances instead of
1918: -- calling it in set_lat_balances.
1919: --
1920: pay_balance_pkg.create_all_asg_balances(p_assignment_action_id);
1921:
1922: end process_bal_adj;
1923:
1924: end pay_bal_adjust;