DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_LP_CAT_INCLUSIONS

Line 27: From ota_lp_cat_inclusions

23: And primary_flag='Y';
24:
25: Cursor get_id_for_lp is
26: Select category_usage_id
27: From ota_lp_cat_inclusions
28: Where learning_path_id=p_object_id
29: And primary_flag='Y';
30:
31: Cursor get_id_for_forum is