DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV1 dependencies on PO_REQ_LINES_SV

Line 1: PACKAGE BODY PO_REQ_LINES_SV1 as

1: PACKAGE BODY PO_REQ_LINES_SV1 as
2: /* $Header: POXRQL2B.pls 120.3 2006/08/02 02:09:09 pxiao noship $ */
3: /*========================== po_req_lines_sv1 ============================*/
4:
5: /*===========================================================================

Line 3: /*========================== po_req_lines_sv1 ============================*/

1: PACKAGE BODY PO_REQ_LINES_SV1 as
2: /* $Header: POXRQL2B.pls 120.3 2006/08/02 02:09:09 pxiao noship $ */
3: /*========================== po_req_lines_sv1 ============================*/
4:
5: /*===========================================================================
6:
7: PROCEDURE NAME: get_vendor_sourcing_info

Line 230: IF (po_req_lines_sv.val_src_type (x_src_type,

226: x_src_org_id); -- Bug 5028505
227:
228: x_progress := '050';
229:
230: IF (po_req_lines_sv.val_src_type (x_src_type,
231: x_item_id,
232: x_internal_orderable,
233: x_stock_enabled_flag,
234: x_purchasing_enabled_flag,

Line 573: END po_req_lines_sv1;

569: raise;
570: END get_cost_price;
571:
572:
573: END po_req_lines_sv1;
574: