DBA Data[Home] [Help]

APPS.OTA_CTU_BUS dependencies on OTA_LP_CAT_INCLUSIONS

Line 565: ota_lp_cat_inclusions lci

561: lps.start_date_active,
562: lps.end_date_active
563: from
564: ota_learning_paths lps,
565: ota_lp_cat_inclusions lci
566: where
567: lps.learning_path_id = lci.learning_path_id
568: and lci.primary_flag= 'Y'
569: and lci.category_usage_id = p_category_usage_id;

Line 1574: ota_lp_cat_inclusions lci

1570: CURSOR cur_cat_learning_paths is
1571: select
1572: distinct 'found'
1573: From
1574: ota_lp_cat_inclusions lci
1575: where
1576: lci.category_usage_id = p_category_usage_id;
1577:
1578: -- Variables for API Boolean parameters