DBA Data[Home] [Help]

APPS.OKC_SAE_PVT dependencies on FND_LANGUAGES

Line 110: FROM OKC_STD_ARTICLES_TL B, FND_LANGUAGES L

106: B.CREATION_DATE,
107: B.LAST_UPDATED_BY,
108: B.LAST_UPDATE_DATE,
109: B.LAST_UPDATE_LOGIN
110: FROM OKC_STD_ARTICLES_TL B, FND_LANGUAGES L
111: WHERE L.INSTALLED_FLAG IN ('I', 'B')
112: AND B.LANGUAGE = USERENV('LANG')
113: AND NOT EXISTS(
114: SELECT NULL

Line 1560: FROM FND_LANGUAGES

1556: l_okc_std_articles_tl_rec okc_std_articles_tl_rec_type := p_okc_std_articles_tl_rec;
1557: ldefokcstdarticlestlrec okc_std_articles_tl_rec_type;
1558: CURSOR get_languages IS
1559: SELECT *
1560: FROM FND_LANGUAGES
1561: WHERE INSTALLED_FLAG IN ('I', 'B');
1562: --------------------------------------------
1563: -- Set_Attributes for:OKC_STD_ARTICLES_TL --
1564: --------------------------------------------