DBA Data[Home] [Help]

APPS.INV_RSV_DETAIL_STAGE_PVT dependencies on INV_RESERVATION_GLOBAL

Line 11: -- Please refers to inv_reservation_global package spec for the definitions

7: -- Standard.
8: ------------------------------------------------------------------------------
9:
10: ------------------------------------------------------------------------------
11: -- Please refers to inv_reservation_global package spec for the definitions
12: -- of mtl_reservation_rec_type, mtl_reservation_rec_type and
13: -- serial_number_tbl_type
14: ------------------------------------------------------------------------------
15:

Line 61: p_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type ,

57: PROCEDURE Process_Reservation
58: (
59: p_api_version_number IN NUMBER ,
60: p_init_msg_lst IN VARCHAR2 DEFAULT fnd_api.g_false ,
61: p_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type ,
62: p_serial_number IN inv_reservation_global.serial_number_tbl_type ,
63: p_rsv_status IN VARCHAR2,
64: x_return_status OUT NOCOPY VARCHAR2 ,
65: x_msg_count OUT NOCOPY NUMBER ,

Line 62: p_serial_number IN inv_reservation_global.serial_number_tbl_type ,

58: (
59: p_api_version_number IN NUMBER ,
60: p_init_msg_lst IN VARCHAR2 DEFAULT fnd_api.g_false ,
61: p_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type ,
62: p_serial_number IN inv_reservation_global.serial_number_tbl_type ,
63: p_rsv_status IN VARCHAR2,
64: x_return_status OUT NOCOPY VARCHAR2 ,
65: x_msg_count OUT NOCOPY NUMBER ,
66: x_msg_data OUT NOCOPY VARCHAR2