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.7 2011/12/02 06:28:44 uchennam ship $ */
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.7 2011/12/02 06:28:44 uchennam ship $ */
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 705: END po_req_lines_sv1;

701: raise;
702: END update_transfer_price;
703:
704:
705: END po_req_lines_sv1;
706: