DBA Data[Home] [Help]

APPS.PQP_US_STUDENT_BEE dependencies on FND_GLOBAL

Line 776: ,p_batch_name => 'OSS Batch '||rtrim(fnd_global.conc_request_id)

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'
779: ,p_batch_reference => 'OSS Batch '||rtrim(fnd_global.conc_request_id)
780: ,p_batch_source => 'Student Systems Fin Aid'

Line 779: ,p_batch_reference => 'OSS Batch '||rtrim(fnd_global.conc_request_id)

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'
779: ,p_batch_reference => 'OSS Batch '||rtrim(fnd_global.conc_request_id)
780: ,p_batch_source => 'Student Systems Fin Aid'
781: ,p_batch_id => l_new_batch
782: ,p_object_version_number=> l_object_version_number
783: );