DBA Data[Home] [Help]

APPS.ASO_RESERVATION_INT dependencies on ASO_RESERVATION_INT

Line 1: PACKAGE BODY aso_reservation_int as

1: PACKAGE BODY aso_reservation_int as
2: /* $Header: asoprsvb.pls 120.1 2005/06/29 12:37:52 appldev ship $ */
3: -- Start of Comments
4: -- Package name : aso_reservation_int
5: -- Purpose :

Line 4: -- Package name : aso_reservation_int

1: PACKAGE BODY aso_reservation_int as
2: /* $Header: asoprsvb.pls 120.1 2005/06/29 12:37:52 appldev ship $ */
3: -- Start of Comments
4: -- Package name : aso_reservation_int
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASO_RESERVATION_INT';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASO_RESERVATION_INT';
11: G_FILE_NAME CONSTANT VARCHAR2(12) := 'asoirsvb.pls';
12:
13: -- *******************************************************
14: -- Start of Comments

Line 616: End aso_reservation_int;

612: ,X_MSG_COUNT => X_MSG_COUNT
613: ,X_MSG_DATA => X_MSG_DATA
614: ,X_RETURN_STATUS => X_RETURN_STATUS);
615: END Transfer_Reservation ;
616: End aso_reservation_int;