DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV1 dependencies on PO_ITEMS_SV2

Line 197: po_items_sv2.get_item_details (X_item_id,

193: x_progress := '030';
194:
195: -- since package signature has changed modified this to pass 3 new parameters
196:
197: po_items_sv2.get_item_details (X_item_id,
198: X_inventory_org_id,
199: X_planned_item_flag,
200: X_outside_operation_flag,
201: X_outside_op_uom_type,

Line 505: po_items_sv2.get_item_cost (x_item_id,

501: ** item and organization. This price is
502: ** in the primary unit of measure.
503: */
504:
505: po_items_sv2.get_item_cost (x_item_id,
506: x_organization_id,
507: x_primary_cost);
508:
509: