DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on OTA_CERTIFICATIONS_TL

Line 1550: is select name from ota_certifications_tl

1546: business_group_id = ota_general.get_business_group_id);
1547:
1548: -- get certification name
1549: cursor certification_name
1550: is select name from ota_certifications_tl
1551: where certification_id = p_certification_id
1552: and Language= USERENV('LANG');
1553:
1554: cursor getFYINtfParamVal(param varchar2) is