DBA Data[Home] [Help]

PACKAGE: APPS.OTA_TFL_API_BUSINESS_RULES3

Source


1 Package ota_tfl_api_business_rules3 AUTHID CURRENT_USER as
2 /* $Header: ottfl04t.pkh 115.0 99/07/16 00:55:53 porting ship $ */
3 --
4 --
5 -- ---------------------------------------------------------------------------
6 -- |--------------------< check_customer_booking_deal >---------------------------|
7 -- ---------------------------------------------------------------------------
8 procedure check_customer_booking_deal (
9 	 p_finance_header_id		in number
10 	,p_booking_deal_id		in number
11    );
12 --
13 end ota_tfl_api_business_rules3;