DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on PO_ITEMS_SV

Line 439: po_items_sv.val_item_org(X_item_revision,

435: /* The following procedure either validates
436: ** an item within an org, OR the item revision within
437: ** an org depending on the item_revision value */
438:
439: po_items_sv.val_item_org(X_item_revision,
440: X_item_id,
441: X_ship_org_id,
442: X_outside_operation_flag,
443: X_item_valid);

Line 450: po_items_sv2.get_item_status(X_item_id,

446: /* Get the item status */
447:
448: X_item_status := '';
449:
450: po_items_sv2.get_item_status(X_item_id,
451: X_ship_org_id,
452: X_item_status);
453:
454: -- Changed OR to AND below as