DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_SUBINVENTORIES_S

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

1108: print_debug('populate_default_values 50: ', 4);
1109: END IF;
1110:
1111: IF (p_rcv_transaction_rec.req_line_id IS NOT NULL) THEN
1112: po_subinventories_s.get_default_subinventory(p_organization_id, p_item_id, l_final_subinventory);
1113: p_rcv_transaction_rec.subinventory_dsp := l_final_subinventory;
1114: p_rcv_transaction_rec.subinventory_hold := l_final_subinventory;
1115: END IF;
1116:

Line 1130: po_subinventories_s.get_locator_control(

1126: p_rcv_transaction_rec.destination_type_code_pqry = 'INVENTORY'
1127: AND p_rcv_transaction_rec.subinventory_locator_control IS NULL
1128: AND p_rcv_transaction_rec.subinventory_dsp IS NOT NULL
1129: ) THEN
1130: po_subinventories_s.get_locator_control(
1131: p_rcv_transaction_rec.to_organization_id
1132: , p_rcv_transaction_rec.subinventory_dsp
1133: , p_rcv_transaction_rec.item_id
1134: , l_locator_control

Line 1153: po_subinventories_s.get_default_locator(

1149: -- Anytime a subinventory is selected then the locator field
1150: -- should be prepopulated with the default locator_id from
1151: -- mtl_item_loc_defaults for the item, org and subinventory
1152: -- and where the default_type = 2
1153: po_subinventories_s.get_default_locator(
1154: p_rcv_transaction_rec.to_organization_id
1155: , p_rcv_transaction_rec.item_id
1156: , p_rcv_transaction_rec.subinventory_dsp
1157: , l_locator_id