DBA Data[Home] [Help]

APPS.PAY_JP_REPORT_PKG dependencies on FND_LOOKUP_VALUES

Line 2498: from fnd_lookup_values

2494: cursor csr_db_char_set
2495: is
2496: --select tag
2497: select lookup_code
2498: from fnd_lookup_values
2499: where lookup_type = 'FND_ISO_CHARACTER_SET_MAP'
2500: and lookup_code = substr(userenv('language'),instr(userenv('language'),'.') + 1)
2501: and language = 'US';
2502: --

Line 3107: --from fnd_lookup_values

3103: --
3104: --cursor csr_db_char_set
3105: --is
3106: --select tag
3107: --from fnd_lookup_values
3108: --where lookup_type = 'FND_ISO_CHARACTER_SET_MAP'
3109: --and lookup_code = substr(userenv('language'),instr(userenv('language'),'.') + 1)
3110: --and language = 'US';
3111: --

Line 3166: --from fnd_lookup_values

3162: --
3163: --cursor csr_db_char_set
3164: --is
3165: --select tag
3166: --from fnd_lookup_values
3167: --where lookup_type = 'FND_ISO_CHARACTER_SET_MAP'
3168: --and lookup_code = substr(userenv('language'),instr(userenv('language'),'.') + 1)
3169: --and language = 'US';
3170: --