DBA Data[Home] [Help]

APPS.PAY_LOAD_PARAMETERS dependencies on FND_LANGUAGES

Line 311: from FND_LANGUAGES L,

307: , SYSDATE
308: , fnd_global.login_id
309: , SYSDATE
310: , decode(p_owner,'SEED',1,0)
311: from FND_LANGUAGES L,
312: PAY_PARAMETER_DEFINITIONS PPD
313: where L.INSTALLED_FLAG in ('I', 'B')
314: and ppd.parameter_name = p_parameter_name
315: and not exists