DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on STANDARD

Line 215: -- API name : Ship_Confirm_Standard_Line

211:
212: );
213:
214: -- Start of Comments
215: -- API name : Ship_Confirm_Standard_Line
216: -- Type : Private
217: -- Pre-reqs : None.
218: -- Function : This procedure performs the ship confirmation processing
219: -- for a standard line. It wil complete the SHIP_LINE work

Line 219: -- for a standard line. It wil complete the SHIP_LINE work

215: -- API name : Ship_Confirm_Standard_Line
216: -- Type : Private
217: -- Pre-reqs : None.
218: -- Function : This procedure performs the ship confirmation processing
219: -- for a standard line. It wil complete the SHIP_LINE work
220: -- flow activity for the ship confirmed line, it may split
221: -- the line if the line has been shipped partially.
222: -- Parameters : p_line_id IN NUMBER
223: -- The line_id of the line for which ship confirmation

Line 235: PROCEDURE Ship_Confirm_Standard_Line

231: -- Initial version = 1.0
232: -- End of Comments
233: --
234:
235: PROCEDURE Ship_Confirm_Standard_Line
236: (p_line_id IN NUMBER DEFAULT FND_API.G_MISS_NUM
237: ,p_line_rec IN OE_ORDER_PUB.line_rec_type
238: DEFAULT OE_ORDER_PUB.G_MISS_LINE_REC
239: ,p_shipment_status IN VARCHAR2 DEFAULT FND_API.G_MISS_CHAR

Line 252: -- process for standard line, PTO, ATO or ship set.

248: -- Pre-reqs : None.
249: -- Function : This procedure is called from the delayed request process
250: -- whenever there is a ship confirmation from shipping. This
251: -- call different procedures to perform the ship confirmation
252: -- process for standard line, PTO, ATO or ship set.
253: -- Parameters : p_process_id IN NUMBER Required
254: -- The id of the item for which the ship confirmation
255: -- process need to be performed, for example it should be
256: -- top_model_line_id if the ship confirmation is for a PTO

Line 261: -- to be performed.It could be 'SHIP_SET', 'STANDARD',

257: -- or a kit, it should be ship set id if the ship
258: -- confirmation is for a shipset.
259: -- p_process_type IN NUMBER Required
260: -- The type of the item for which the ship confirmation
261: -- to be performed.It could be 'SHIP_SET', 'STANDARD',
262: -- 'PTO_KIT' etc..
263: -- Version : Current version = 1.0
264: -- Initial version = 1.0
265: -- End of Comments