DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on OTA_UTILITY

Line 1594: l_LP_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',

1590: hr_utility.trace ('l_LP_idsssss ' ||l_LP_ids);
1591:
1592: -- code required for object type to be set in notifications
1593: if p_learningpath_ids is not null then
1594: l_LP_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',
1595: p_lookup_code =>'CLP',
1596: p_application_id =>810);
1597: elsif p_eventid is not null then
1598: l_CRS_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',

Line 1598: l_CRS_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',

1594: l_LP_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',
1595: p_lookup_code =>'CLP',
1596: p_application_id =>810);
1597: elsif p_eventid is not null then
1598: l_CRS_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',
1599: p_lookup_code =>'H',
1600: p_application_id =>810);
1601: else ---Batra to revisit**********************
1602: l_CERT_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',

Line 1602: l_CERT_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',

1598: l_CRS_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',
1599: p_lookup_code =>'H',
1600: p_application_id =>810);
1601: else ---Batra to revisit**********************
1602: l_CERT_lookup_meaning := ota_utility.get_lookup_meaning(p_lookup_type => 'OTA_CATALOG_OBJECT_TYPE',
1603: p_lookup_code =>'CER',
1604: p_application_id =>810);
1605: end if;
1606: /*Loop