DBA Data[Home] [Help]

APPS.OKC_CLS_PVT dependencies on FND_LANGUAGES

Line 96: FROM OKC_CLASSES_TL B, FND_LANGUAGES L

92: B.CREATION_DATE,
93: B.LAST_UPDATED_BY,
94: B.LAST_UPDATE_DATE,
95: B.LAST_UPDATE_LOGIN
96: FROM OKC_CLASSES_TL B, FND_LANGUAGES L
97: WHERE L.INSTALLED_FLAG IN ('I', 'B')
98: AND B.LANGUAGE = USERENV('LANG')
99: AND NOT EXISTS(
100: SELECT NULL

Line 697: FROM FND_LANGUAGES

693: l_okc_classes_tl_rec okc_classes_tl_rec_type := p_okc_classes_tl_rec;
694: l_def_okc_classes_tl_rec okc_classes_tl_rec_type;
695: CURSOR get_languages IS
696: SELECT *
697: FROM FND_LANGUAGES
698: WHERE INSTALLED_FLAG IN ('I', 'B');
699: ---------------------------------------
700: -- Set_Attributes for:OKC_CLASSES_TL --
701: ---------------------------------------