DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on PO_REQ_CHANGES_REC_TYPE

Line 135: l_req_changes PO_REQ_CHANGES_REC_TYPE;

131: l_start_index NUMBER;
132:
133: l_po_changes PO_CHANGES_REC_TYPE;
134: l_errors PO_API_ERRORS_REC_TYPE;
135: l_req_changes PO_REQ_CHANGES_REC_TYPE;
136: -- Bug 3292895 END
137:
138: l_quantity_ordered PO_TBL_NUMBER := p_quantity;
139:

Line 469: l_req_changes := PO_REQ_CHANGES_REC_TYPE (

465:
466: -- Create a change object for the requisition.
467: l_progress := '220';
468: -- Bug 3331194 Set unit_price, etc. to PO_TBL_NUMBER() instead of NULL.
469: l_req_changes := PO_REQ_CHANGES_REC_TYPE (
470: req_header_id => l_cur_req_header_id,
471: line_changes =>
472: PO_REQ_LINES_REC_TYPE (
473: req_line_id => PO_TBL_NUMBER(),