DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES2 dependencies on OTA_TFL_API_BUSINESS_RULES2

Line 31: ota_tfl_api_business_rules2.change_line_for_header

27: -- If the Header transfer status is changed then update all the lines
28: -- with the same old transfer status
29: --
30: if l_transfer_status_changed then
31: ota_tfl_api_business_rules2.change_line_for_header
32: (p_rec.finance_header_id
33: ,p_rec.transfer_status
34: ,ota_tfh_api_shd.g_old_rec.transfer_status);
35: end if;