DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_AUTOCREATE_TYPES

Line 47: PROCEDURE create_shipment_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)

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
49:
50: p_line_locs po_autocreate_types.line_locs_rec_type;
51: l_outsourced_assembly NUMBER;

Line 50: p_line_locs po_autocreate_types.line_locs_rec_type;

46:
47: PROCEDURE create_shipment_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)
48: IS
49:
50: p_line_locs po_autocreate_types.line_locs_rec_type;
51: l_outsourced_assembly NUMBER;
52:
53: idx NUMBER :=1;
54:

Line 1047: PROCEDURE create_payitem_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)

1043: --Testing:
1044: -- None
1045: --End of Comments
1046: ---------------------------------------------------------------------------
1047: PROCEDURE create_payitem_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)
1048: IS
1049:
1050: d_progress NUMBER;
1051: d_module VARCHAR2(100) := 'po.plsql.po_auto_line_loc_process_pvt.create_payitem_draft';

Line 1785: PROCEDURE create_pricebreak_draft(p_lines IN OUT NOCOPY PO_AUTOCREATE_TYPES.lines_rec_type)

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:
1788: l_row_id VARCHAR2(18) := NULL;
1789: l_progress VARCHAR2(3) := '000';

Line 2242: PROCEDURE update_req_lines(p_lines IN PO_AUTOCREATE_TYPES.lines_rec_type)

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';
2245: l_api_name VARCHAR2(30) := 'update_req_lines';
2246: l_bid_number NUMBER;