DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on PO_SUBINVENTORIES_S

Line 729: po_subinventories_s.get_default_subinventory (

725:
726: IF (x_destination_type_code = 'INVENTORY' AND
727: x_deliver_to_sub IS NULL) THEN
728:
729: po_subinventories_s.get_default_subinventory (
730: x_org_id,
731: x_item_id,
732: x_deliver_to_sub);
733:

Line 747: po_subinventories_s.get_locator_control (

743: IF (x_destination_type_code = 'INVENTORY' AND
744: x_locator_control IS NULL AND
745: x_deliver_to_sub IS NOT NULL) THEN
746:
747: po_subinventories_s.get_locator_control (
748: x_org_id,
749: x_deliver_to_sub,
750: x_item_id,
751: x_locator_control);

Line 770: po_subinventories_s.get_default_locator (

766: ** mtl_item_loc_defaults for the item, org and subinventory
767: ** and where the default_type = 2
768: */
769:
770: po_subinventories_s.get_default_locator (
771: x_org_id,
772: x_item_id,
773: x_deliver_to_sub,
774: x_deliver_to_locator_id);