DBA Data[Home] [Help]

APPS.GMD_AUTO_SAMPLE_PKG dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 34: FROM mtl_system_items_b_kfv

30: --select nvl(item_desc1, '')
31: --from ic_item_mst
32: --where item_id = x_item_id_in ;
33: SELECT nvl(description, '')
34: FROM mtl_system_items_b_kfv
35: WHERE organization_id = x_sampling_event.organization_id
36: AND inventory_item_id = x_inventory_item_id;
37:
38: cursor sampling_plan_info (x_sampling_plan_id number) is