DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_SUBINVENTORIES_S

Line 1025: IF (NOT po_subinventories_s.val_locator_control (

1021: */
1022: IF (rcv_trx.destination_type_code = 'INVENTORY') THEN
1023:
1024: X_progress := '150';
1025: IF (NOT po_subinventories_s.val_locator_control (
1026: rcv_trx.to_organization_id,
1027: rcv_trx.item_id,
1028: rcv_trx.subinventory,
1029: rcv_trx.locator_id)) THEN

Line 1576: po_subinventories_s.get_default_subinventory (

1572: ** If you're using express then it's ok to get the default
1573: ** rather than having it be defined on the record
1574: */
1575: X_progress := '1200';
1576: po_subinventories_s.get_default_subinventory (
1577: rcv_trx.to_organization_id,
1578: rcv_trx.item_id,
1579: rcv_trx.subinventory);
1580:

Line 1591: po_subinventories_s.get_locator_control

1587: */
1588: IF (rcv_trx.subinventory IS NOT NULL) THEN
1589:
1590: X_progress := '1220';
1591: po_subinventories_s.get_locator_control
1592: (rcv_trx.to_organization_id,
1593: rcv_trx.subinventory,
1594: rcv_trx.item_id,
1595: locator_control);

Line 1606: po_subinventories_s.get_default_locator (

1602: IF (locator_control = 2 OR locator_control = 3) THEN
1603:
1604: X_progress := '1230';
1605:
1606: po_subinventories_s.get_default_locator (
1607: rcv_trx.to_organization_id,
1608: rcv_trx.item_id,
1609: rcv_trx.subinventory,
1610: rcv_trx.locator_id);