DBA Data[Home] [Help]

APPS.JAI_OPM_GMD_TRIGGER_PKG dependencies on MTL_SYSTEM_ITEMS

Line 48: from mtl_system_items

44: WHERE osp_header_id = pr_new.batch_id;
45:
46: Cursor C_Inv_Ind(cp_organization_id number, cp_inventory_item_id number) IS
47: select decode(inventory_item_flag, 'Y', 0, 1) noninv_ind
48: from mtl_system_items
49: where organization_id = cp_organization_id
50: and inventory_item_id = cp_inventory_item_id;
51: --SELECT noninv_ind FROM ic_item_mst
52: --WHERE item_id = p_item_id;