DBA Data[Home] [Help]

PACKAGE: APPS.OTA_BKNG_JUSTIFICATION_BK3

Source


1 Package ota_bkng_justification_bk3 as
2 /* $Header: otbjsapi.pkh 120.1 2006/08/30 06:55:10 niarora noship $ */
3 
4 -- ----------------------------------------------------------------------------
5 -- |---------------------< delete_booking_justification_b >-----------------------|
6 -- ----------------------------------------------------------------------------
7 procedure delete_booking_justification_b
8   ( p_booking_justification_id                in number,
9   p_object_version_number              in number
10   );
11 --
12 -- ----------------------------------------------------------------------------
13 -- |-------------------------< delete_booking_justification_a >----------------|
14 -- ----------------------------------------------------------------------------
15 --
16 procedure delete_booking_justification_a
17   ( p_booking_justification_id                in number,
18   p_object_version_number              in number
19   );
20 --
21 end ota_bkng_justification_bk3;