DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on FND_NEW_MESSAGES

Line 110: fnd_new_messages fnm

106: AND gljh.actual_flag = 'A'
107: AND gljh.currency_code <> 'STAT'
108: AND not exists (select 1 --filtering for intercompany lines created in GL -- Begin of bug10084267 fix
109: from gl_je_lines jl,
110: fnd_new_messages fnm
111: where fnm.message_name in ('PPOS0220', 'PPOS0221', 'PPOS0222', 'PPOS0243', 'PPOS0222_G','PPOSO275')
112: and fnm.application_id = 101 --bug 13355793
113: and language_code = USERENV('LANG')
114: and fnm.message_text = jl.description