DBA Data[Home] [Help]

APPS.POS_GLOBAL_VARS_SV dependencies on FND_NEW_MESSAGES

Line 18: from fnd_new_messages m,

14: PROCEDURE InitializeMessageArray IS
15:
16: CURSOR c_messageName IS
17: select distinct m.message_name
18: from fnd_new_messages m,
19: fnd_application a
20: where m.message_name like 'ICX_POS%'
21: and m.application_id = a.application_id
22: and a.application_short_name = 'ICX';