DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_CERT_CAT_INCLUSIONS

Line 21: From ota_cert_cat_inclusions

17: And primary_flag='Y';
18:
19: Cursor get_id_for_cert is
20: Select category_usage_id
21: From ota_cert_cat_inclusions
22: Where certification_id=p_object_id
23: And primary_flag='Y';
24:
25: Cursor get_id_for_lp is