DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCE_ADJ_PKG dependencies on PAY_BAL_ADJUST

Line 733: l_payroll_action_id := PAY_BAL_ADJUST.init_batch(

729: end;
730: -- invlaid payroll_id,...... raising Exception
731: --
732: begin
733: l_payroll_action_id := PAY_BAL_ADJUST.init_batch(
734: p_batch_name,
735: group_csr.effective_date,
736: group_csr.consolidation_set_id,
737: group_csr.payroll_id,

Line 789: PAY_BAL_ADJUST.adjust_balance

785: p_element_type_id => line_csr.ELEMENT_TYPE_ID,
786: p_session_date => group_csr.effective_date);
787:
788:
789: PAY_BAL_ADJUST.adjust_balance
790: (
791: p_batch_id => l_payroll_action_id,
792: p_assignment_id => line_csr.ASSIGNMENT_ID,
793: --p_element_link_id => line_csr.ELEMENT_LINK_ID,

Line 865: --l_proc := 'PAY_BAL_ADJUST.adjust_balance';

861: l_message_source_type_tbl(l_count) := 'I';
862: l_message_source_id_tbl(l_count) := line_csr.batch_line_id;
863: --hr_utility.set_message(801, 'PAY_34294_BBABP_ERR_IN_PROC');
864: -- message is "Error in test"
865: --l_proc := 'PAY_BAL_ADJUST.adjust_balance';
866: --hr_utility.set_message_token('PROC', l_proc);
867: l_error_text := substrb(hr_utility.get_message || ' ' ||
868: sqlerrm, 1, 240);
869: l_message_text_tbl(l_count) := l_error_text;

Line 877: PAY_BAL_ADJUST.process_batch(l_payroll_action_id);

873: end;
874: end loop;
875:
876: begin
877: PAY_BAL_ADJUST.process_batch(l_payroll_action_id);
878: -- put a message in PL/SQL msg tbl at group level
879:
880: exception
881: when others

Line 890: --l_proc := 'PAY_BAL_ADJUST.process_batch';

886: l_message_source_id_tbl(l_count) := group_csr.batch_group_id;
887:
888: --hr_utility.set_message(801, 'PAY_34294_BBABP_ERR_IN_PROC');
889: -- message is "Error in test"
890: --l_proc := 'PAY_BAL_ADJUST.process_batch';
891: --hr_utility.set_message_token('PROC', l_proc);
892: l_error_text := substrb(hr_utility.get_message || ' ' ||
893: sqlerrm, 1, 240);
894: