DBA Data[Home] [Help]

APPS.INV_MAINTAIN_RESERVATION_PUB dependencies on INV_RESERVATION_GLOBAL

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

8: ------------------------------------------------------------------------------
9:
10:
11: ------------------------------------------------------------------------------
12: -- Please refers to inv_reservation_global package spec for the definitions
13: -- of mtl_reservation_rec_type, serial_number_tbl_type , mtl_rsv_tbl_type
14: -- mtl_Maint_Rsv_Rec_Type, Mtl_Maint_Rsv_Tbl_type
15: ------------------------------------------------------------------------------
16:

Line 91: p_Mtl_Maintain_Rsv_Rec In Inv_Reservation_Global.Mtl_Maintain_Rsv_Rec_Type,

87: p_Init_Msg_Lst In Varchar2 default fnd_api.G_False,
88: x_Return_Status Out NoCopy Varchar2,
89: x_Msg_Count Out NoCopy Number,
90: x_Msg_Data Out NoCopy Varchar2,
91: p_Mtl_Maintain_Rsv_Rec In Inv_Reservation_Global.Mtl_Maintain_Rsv_Rec_Type,
92: p_Delete_Flag In Varchar2,
93: p_Sort_By_Criteria In Number,
94: x_Quantity_Modified Out NoCopy Number );
95:

Line 101: p_supply_source_type_id IN NUMBER DEFAULT inv_reservation_global.g_source_type_po)

97: /* Bug# 8726146: Made FUNCTION EXISTS_RESERVATION public */
98: FUNCTION EXISTS_RESERVATION(
99: p_supply_source_header_id IN NUMBER DEFAULT NULL ,
100: p_supply_source_line_id IN NUMBER DEFAULT NULL ,
101: p_supply_source_type_id IN NUMBER DEFAULT inv_reservation_global.g_source_type_po)
102: RETURN BOOLEAN;
103:
104:
105: