DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_AUTOCREATE_MAINPROC_PVT

Line 20: ** The procedures of this package are called from PO_AUTOCREATE_MAINPROC_PVT.process_line_locations

16: ** This API calls the subroutines to handle the derivation, defaulting,
17: ** validation and insert/update of the Shipments.
18: **
19: **
20: ** The procedures of this package are called from PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
21: **
22: ** HISTORY
23: ** 10/11/09 bisdas Created
24: ==============================================================================*/

Line 44: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations

40: None
41: Testing:
42: None
43: Caller of the Procedure:
44: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
45: ==============================================================================*/
46:
47: PROCEDURE create_shipment_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)
48: IS

Line 318: x_ship_to_location_id := po_autocreate_mainproc_pvt.get_ship_to_loc(p_lines.deliver_to_loc_id_tbl(i)); -- FPI

314: ** get the tax name, if the tax system parameters are
315: ** set up to retrieve the tax code based on ship-to location.
316: */
317:
318: x_ship_to_location_id := po_autocreate_mainproc_pvt.get_ship_to_loc(p_lines.deliver_to_loc_id_tbl(i)); -- FPI
319:
320: IF(po_autocreate_params.g_document_subtype='STANDARD' OR po_autocreate_params.g_document_subtype='PLANNED' )THEN
321: l_progress := '070';
322:

Line 1358: l_ship_to_location_id := po_autocreate_mainproc_pvt.get_ship_to_loc(p_lines.deliver_to_loc_id_tbl(i));

1354: -- created above from line information.
1355: -- we now update all rows in the line interface, filling in
1356: -- columns as necessary. Some columns may have already been filled in;
1357: -- for those columns, we do a NULL check first (using NVL).
1358: l_ship_to_location_id := po_autocreate_mainproc_pvt.get_ship_to_loc(p_lines.deliver_to_loc_id_tbl(i));
1359:
1360: IF(l_isFinancing) THEN
1361: l_shipment_type := 'PREPAYMENT';
1362: ELSE

Line 1783: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations

1779: None
1780: Testing:
1781: None
1782: Caller of the Procedure:
1783: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
1784: ==============================================================================*/
1785: PROCEDURE create_pricebreak_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)
1786: IS
1787:

Line 2240: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations

2236: None
2237: Testing:
2238: None
2239: Caller of the Procedure:
2240: PO_AUTOCREATE_MAINPROC_PVT.process_line_locations
2241: ==============================================================================*/
2242: PROCEDURE update_req_lines(p_lines IN PO_AUTOCREATE_TYPES.lines_rec_type)
2243: IS
2244: l_progress VARCHAR2(3) := '000';