DBA Data[Home] [Help]

APPS.OTA_CANCEL_API dependencies on OTA_TFH_API_UPD

Line 634: ota_tfh_api_upd.upd( p_finance_header_id => l_finance_header_id

630: IF l_header_transfer_status <> 'ST' THEN
631: FND_FILE.PUT_LINE(FND_FILE.LOG,'Cancelling Finance Header for booking id : ' || l_booking_id);
632: BEGIN
633: hr_utility.set_location('Entering:'|| l_proc, 30);
634: ota_tfh_api_upd.upd( p_finance_header_id => l_finance_header_id
635: ,p_object_version_number => l_header_ovn
636: ,p_cancelled_flag => 'Y'
637: ,p_validate => False
638: ,p_Transaction_type => 'UPDATE');