DBA Data[Home] [Help]

PACKAGE: APPS.OTA_BKNG_JUSTIFICATION_BK1

Source


1 Package ota_bkng_justification_bk1 as
2 /* $Header: otbjsapi.pkh 120.1 2006/08/30 06:55:10 niarora noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------< create_booking_justification_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 procedure create_booking_justification_b
8   (  p_effective_date               in date,
9   p_validate                     in boolean,
10   p_priority_level                    in varchar2,
11   p_justification_text             in varchar2 ,
12   p_business_group_id            in number,
13   p_start_date_active            in date,
14   p_end_date_active              in date
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |-----------------< create_booking_justification_a >--------------------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure create_booking_justification_a
22   ( p_effective_date               in date,
23   p_validate                     in boolean,
24   p_priority_level                    in varchar2,
25   p_justification_text             in varchar2 ,
26   p_business_group_id            in number,
27   p_start_date_active            in date,
28   p_end_date_active              in date
29   );
30 
31 end ota_bkng_justification_bk1 ;