DBA Data[Home] [Help]

APPS.PQP_US_STUDENT_BEE dependencies on PAY_BATCH_ELEMENT_ENTRY_API

Line 774: pay_batch_element_entry_api.create_batch_header

770: if not l_batch_header_created then
771:
772: hr_utility.set_location('Create the BEE header', 16);
773: -- Create the Batch Element Entry Header need execute this code only once.
774: pay_batch_element_entry_api.create_batch_header
775: (p_session_date => l_effective_date
776: ,p_batch_name => 'OSS Batch '||rtrim(fnd_global.conc_request_id)
777: ,p_business_group_id => to_number(p_business_group_id)
778: ,p_action_if_exists => 'R'

Line 920: hr_utility.set_location('Calling : PAY_Batch_Element_Entry_API.Create_Batch_Line', 26);

916: );
917: If not l_award_paid Then
918: -- Increment the batch sequence
919: l_ct := l_ct + 1;
920: hr_utility.set_location('Calling : PAY_Batch_Element_Entry_API.Create_Batch_Line', 26);
921: PAY_Batch_Element_Entry_API.Create_Batch_Line
922: (p_session_date => l_effective_date
923: ,p_batch_id => l_new_batch
924: ,p_assignment_id => l_assignment_id

Line 921: PAY_Batch_Element_Entry_API.Create_Batch_Line

917: If not l_award_paid Then
918: -- Increment the batch sequence
919: l_ct := l_ct + 1;
920: hr_utility.set_location('Calling : PAY_Batch_Element_Entry_API.Create_Batch_Line', 26);
921: PAY_Batch_Element_Entry_API.Create_Batch_Line
922: (p_session_date => l_effective_date
923: ,p_batch_id => l_new_batch
924: ,p_assignment_id => l_assignment_id
925: ,p_assignment_number => l_assignment_number