DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on FND_OBJECTS

Line 639: FROM fnd_grants fg, fnd_objects fo

635:
636: BEGIN
637:
638: SELECT count(*) into l_num_cat_set_grants
639: FROM fnd_grants fg, fnd_objects fo
640: WHERE fg.object_id = fo.object_id
641: and fo.obj_name = l_category_set_object
642: and fg.instance_pk1_value=p_category_set_id;
643: