DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on AMS_DELIVERABLES_ALL_B

Line 288: FROM AMS_DELIVERABLES_ALL_B

284: */
285: -- hyang, bug 2860045, performance fix.
286: CURSOR C_fulfillment(lc_inventory_item_id NUMBER) IS
287: SELECT CAN_FULFILL_ELECTRONIC_FLAG , jtf_amv_item_id
288: FROM AMS_DELIVERABLES_ALL_B
289: WHERE inventory_item_id = lc_inventory_item_id;
290:
291: fulfil_index NUMBER := 0;
292: i NUMBER;