DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_ITEMS_SV2

Line 798: IF (NOT po_items_sv2.val_item_rev_controls (

794: /*
795: ** Check that the item rev control matches is satisfied
796: */
797: X_progress := '110';
798: IF (NOT po_items_sv2.val_item_rev_controls (
799: rcv_trx.transaction_type,
800: rcv_trx.auto_transact_code,
801: rcv_trx.po_line_location_id,
802: rcv_trx.shipment_line_id,

Line 1284: po_items_sv2.get_latest_item_rev (rcv_trx.item_id,

1280: */
1281: IF (X_item_rev_control = 2 AND rcv_trx.item_revision IS NULL) THEN
1282:
1283: X_progress := 410;
1284: po_items_sv2.get_latest_item_rev (rcv_trx.item_id,
1285: rcv_trx.to_organization_id,
1286: rcv_trx.item_revision,
1287: item_rev_exists);
1288: END IF;