DBA Data[Home] [Help]

APPS.OTA_LPS_BUS dependencies on OTA_CATEGORY_USAGES

Line 928: ota_category_usages ctu

924: ctu.start_date_active,
925: nvl(ctu.end_date_active, to_date ('31-12-4712', 'DD-MM-YYYY'))
926: from
927: ota_lp_cat_inclusions lci,
928: ota_category_usages ctu
929: where
930: ctu.category_usage_id = lci.category_usage_id
931: and lci.learning_path_id = p_learning_path_id
932: and lci.primary_flag = 'Y';