DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_ITEMS_SV2

Line 809: IF (NOT po_items_sv2.val_item_rev_controls (

805: /*
806: ** Check that the item rev control matches is satisfied
807: */
808: X_progress := '110';
809: IF (NOT po_items_sv2.val_item_rev_controls (
810: rcv_trx.transaction_type,
811: rcv_trx.auto_transact_code,
812: rcv_trx.po_line_location_id,
813: rcv_trx.shipment_line_id,

Line 1389: po_items_sv2.get_latest_item_rev (rcv_trx.item_id,

1385: */
1386: IF (X_item_rev_control = 2 AND rcv_trx.item_revision IS NULL) THEN
1387:
1388: X_progress := 410;
1389: po_items_sv2.get_latest_item_rev (rcv_trx.item_id,
1390: rcv_trx.to_organization_id,
1391: rcv_trx.item_revision,
1392: item_rev_exists);
1393: END IF;