DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on STANDARD

Line 612: function derive_standard_price (

608: -- =========================================================================
609: --
610: -- PUBLIC
611: --
612: function derive_standard_price (
613: p_event_id in number
614: ,p_business_group_id in number
615: ,p_currency_code in varchar2
616: ,p_booking_deal_type in varchar2

Line 676: end derive_standard_price;

672: end if;
673: close csr_price;
674: return l_price;
675: -----------
676: end derive_standard_price;
677: -- ==========================================================================
678: -- =========================================================================
679: --
680: -- PUBLIC