DBA Data[Home] [Help]

APPS.PQH_RBC_LOAD_OBJECTS dependencies on FND_LANGUAGES

Line 925: from fnd_languages l

921: l_creation_date,
922: l_last_updated_by,
923: l_last_update_date,
924: l_last_update_login
925: from fnd_languages l
926: where l.installed_flag in ('I','B')
927: and not exists (select null
928: from pqh_criteria_rate_defn_tl crl
929: where crl.criteria_rate_defn_id = l_criteria_rate_defn_id

Line 1015: from fnd_languages l

1011: l_creation_date,
1012: l_last_updated_by,
1013: l_last_update_date,
1014: l_last_update_login
1015: from fnd_languages l
1016: where l.installed_flag in ('I','B')
1017: and not exists (select null
1018: from pqh_criteria_rate_defn_tl crl
1019: where crl.criteria_rate_defn_id = l_criteria_rate_defn_id

Line 1931: from PQH_CRITERIA_RATE_DEFN_TL B, FND_LANGUAGES L

1927: B.LAST_UPDATE_LOGIN,
1928: B.LAST_UPDATED_BY,
1929: L.LANGUAGE_CODE,
1930: B.SOURCE_LANG
1931: from PQH_CRITERIA_RATE_DEFN_TL B, FND_LANGUAGES L
1932: where L.INSTALLED_FLAG in ('I', 'B')
1933: and B.LANGUAGE = userenv('LANG')
1934: and not exists
1935: (select NULL