DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_SUBINVENTORIES_S

Line 1088: po_subinventories_s.get_default_subinventory(p_organization_id, p_item_id, l_final_subinventory);

1084: print_debug('populate_default_values 50: ', 4);
1085: END IF;
1086:
1087: IF (p_rcv_transaction_rec.req_line_id IS NOT NULL) THEN
1088: po_subinventories_s.get_default_subinventory(p_organization_id, p_item_id, l_final_subinventory);
1089: p_rcv_transaction_rec.subinventory_dsp := l_final_subinventory;
1090: p_rcv_transaction_rec.subinventory_hold := l_final_subinventory;
1091: END IF;
1092:

Line 1106: po_subinventories_s.get_locator_control(

1102: p_rcv_transaction_rec.destination_type_code_pqry = 'INVENTORY'
1103: AND p_rcv_transaction_rec.subinventory_locator_control IS NULL
1104: AND p_rcv_transaction_rec.subinventory_dsp IS NOT NULL
1105: ) THEN
1106: po_subinventories_s.get_locator_control(
1107: p_rcv_transaction_rec.to_organization_id
1108: , p_rcv_transaction_rec.subinventory_dsp
1109: , p_rcv_transaction_rec.item_id
1110: , l_locator_control

Line 1129: po_subinventories_s.get_default_locator(

1125: -- Anytime a subinventory is selected then the locator field
1126: -- should be prepopulated with the default locator_id from
1127: -- mtl_item_loc_defaults for the item, org and subinventory
1128: -- and where the default_type = 2
1129: po_subinventories_s.get_default_locator(
1130: p_rcv_transaction_rec.to_organization_id
1131: , p_rcv_transaction_rec.item_id
1132: , p_rcv_transaction_rec.subinventory_dsp
1133: , l_locator_id