DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on PO_SUBINVENTORIES_S

Line 731: po_subinventories_s.get_default_subinventory (

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

Line 749: po_subinventories_s.get_locator_control (

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

Line 772: po_subinventories_s.get_default_locator (

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