DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on PO_REQ_LINES_REC_TYPE

Line 1751: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(

1747: req_header_id => p_req_header_id,
1748: line_changes => NULL,
1749: distribution_changes => NULL);
1750:
1751: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(
1752: req_line_id => PO_TBL_NUMBER(p_req_line_id),
1753: unit_price => PO_TBL_NUMBER(NULL),
1754: currency_unit_price => PO_TBL_NUMBER(NULL),
1755: quantity => PO_TBL_NUMBER(NULL),

Line 2304: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(

2300: l_req_changes := PO_REQ_CHANGES_REC_TYPE(
2301: req_header_id => l_update_po_qty.req_header_id,
2302: line_changes => NULL,
2303: distribution_changes => NULL);
2304: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(
2305: req_line_id => PO_TBL_NUMBER(l_update_po_qty.req_line_id),
2306: unit_price => PO_TBL_NUMBER(NULL),
2307: currency_unit_price => PO_TBL_NUMBER(NULL),
2308: quantity => PO_TBL_NUMBER(l_update_po_qty.new_po_qty),