DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_SUBINVENTORIES_S

Line 1036: IF (NOT po_subinventories_s.val_locator_control (

1032: */
1033: IF (rcv_trx.destination_type_code = 'INVENTORY') THEN
1034:
1035: X_progress := '150';
1036: IF (NOT po_subinventories_s.val_locator_control (
1037: rcv_trx.to_organization_id,
1038: rcv_trx.item_id,
1039: rcv_trx.subinventory,
1040: rcv_trx.locator_id)) THEN

Line 1700: po_subinventories_s.get_default_subinventory (

1696: ** If you're using express then it's ok to get the default
1697: ** rather than having it be defined on the record
1698: */
1699: X_progress := '1200';
1700: po_subinventories_s.get_default_subinventory (
1701: rcv_trx.to_organization_id,
1702: rcv_trx.item_id,
1703: rcv_trx.subinventory);
1704:

Line 1715: po_subinventories_s.get_locator_control

1711: */
1712: IF (rcv_trx.subinventory IS NOT NULL) THEN
1713:
1714: X_progress := '1220';
1715: po_subinventories_s.get_locator_control
1716: (rcv_trx.to_organization_id,
1717: rcv_trx.subinventory,
1718: rcv_trx.item_id,
1719: locator_control);

Line 1741: po_subinventories_s.get_default_locator (

1737: rcv_trx.locator_id := x_locator_id;
1738: END IF;
1739:
1740: IF (rcv_trx.locator_id IS NULL) THEN -- Bug 9048393 only locator_id is null then set default value
1741: po_subinventories_s.get_default_locator (
1742: rcv_trx.to_organization_id,
1743: rcv_trx.item_id,
1744: rcv_trx.subinventory,
1745: rcv_trx.locator_id);