DBA Data[Home] [Help]

APPS.GMD_COMMON_GRP dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 72: FROM mtl_system_items_b_kfv

68: AND organization_id = p_organization_id;
69:
70: CURSOR Cur_item (item_id number ) IS
71: SELECT location_control_code
72: FROM mtl_system_items_b_kfv
73: WHERE organization_id = p_organization_id
74: AND inventory_item_id = item_id;
75:
76: CURSOR Cur_organization IS