DBA Data[Home] [Help]

PACKAGE: APPS.OTA_BKNG_JUSTIFICATION_BK2

Source


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