DBA Data[Home] [Help]

APPS.QP_ITEMGROUP_UPG_UTIL_PVT dependencies on FND_LANGUAGES

Line 214: FROM FND_LANGUAGES l

210: sysdate,
211: l_user_id,
212: sysdate,
213: l_user_id
214: FROM FND_LANGUAGES l
215: WHERE l.INSTALLED_FLAG in ('I', 'B')
216: AND NOT EXISTS (SELECT 'X'
217: FROM mtl_categories_tl t
218: WHERE t.category_id = l_new_category_id

Line 303: FROM FND_LANGUAGES l

299: l_oe_item_groups_rec.last_update_date,
300: l_oe_item_groups_rec.last_updated_by,
301: l_oe_item_groups_rec.creation_date,
302: l_oe_item_groups_rec.created_by
303: FROM FND_LANGUAGES l
304: WHERE l.INSTALLED_FLAG IN ('I', 'B')
305: AND NOT EXISTS (SELECT 'X'
306: FROM mtl_category_sets_tl t
307: WHERE t.category_set_id = l_new_category_set_id