DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_TFL_API_BUSINESS_RULES2

Line 795: ota_tfl_api_business_rules2.set_cancel_flag_for_header

791: -- * Cancellation of the Header Lines should only be called if
792: -- finance lines exist for this header.
793: --
794: if finance_lines_exist(p_rec_finance.finance_header_id) then
795: ota_tfl_api_business_rules2.set_cancel_flag_for_header
796: ( p_finance_header_id => p_rec_finance.finance_header_id
797: , p_new_cancelled_flag => 'Y');
798: end if;
799: --

Line 1130: ota_tfl_api_business_rules2.set_cancel_flag_for_header

1126: -- * Re-Cancellation of the Header Lines should only be attempted
1127: -- if finance lines exist
1128: --
1129: if finance_lines_exist(v_rec_header.finance_header_id) then
1130: ota_tfl_api_business_rules2.set_cancel_flag_for_header
1131: ( p_finance_header_id => v_rec_header.finance_header_id
1132: , p_new_cancelled_flag => 'N' );
1133: end if;
1134: --

Line 1442: ota_tfl_api_business_rules2.copy_lines_to_new_header

1438: --
1439: -- * Now copy all non-cancelled lines and link them to the new
1440: -- header
1441: --
1442: ota_tfl_api_business_rules2.copy_lines_to_new_header
1443: ( p_rec_finance.finance_header_id
1444: , l_rec_new.finance_header_id );
1445: --
1446: -- Cancel the original Finance Header and create a new Finance Header of