DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on PO_REQ_LINES_REC_TYPE

Line 1658: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(

1654: req_header_id => p_req_header_id,
1655: line_changes => NULL,
1656: distribution_changes => NULL);
1657:
1658: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(
1659: req_line_id => PO_TBL_NUMBER(p_req_line_id),
1660: unit_price => PO_TBL_NUMBER(NULL),
1661: currency_unit_price => PO_TBL_NUMBER(NULL),
1662: quantity => PO_TBL_NUMBER(NULL),

Line 2171: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(

2167: l_req_changes := PO_REQ_CHANGES_REC_TYPE(
2168: req_header_id => l_update_po_qty.req_header_id,
2169: line_changes => NULL,
2170: distribution_changes => NULL);
2171: l_req_changes.line_changes := PO_REQ_LINES_REC_TYPE(
2172: req_line_id => PO_TBL_NUMBER(l_update_po_qty.req_line_id),
2173: unit_price => PO_TBL_NUMBER(NULL),
2174: currency_unit_price => PO_TBL_NUMBER(NULL),
2175: quantity => PO_TBL_NUMBER(l_update_po_qty.new_po_qty),