DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_TFH_API_INS

Line 765: ota_tfh_api_ins.ins

761: p_rec_finance.pym_information_category;
762: --
763: -- * Create a new Finance Header of type Cancellation
764: --
765: ota_tfh_api_ins.ins
766: ( P_rec => l_rec_cancel
767: , P_validate => false
768: , P_transaction_type => 'CREATE_CANCELLATION');
769: --

Line 1434: ota_tfh_api_ins.ins

1430: -- copied lines too, will supersede the cancelled header.
1431: --
1432: l_rec_new.superceding_header_id := p_rec_finance.finance_header_id;
1433: --
1434: ota_tfh_api_ins.ins
1435: ( P_rec => l_rec_new
1436: , P_validate => false
1437: , P_transaction_type => 'RECREATE_HEADER');
1438: --