DBA Data[Home] [Help]

APPS.EGO_P4T_UPGRADE_PVT dependencies on FND_NEW_MESSAGES

Line 44: FROM fnd_new_messages

40: Dbms_Output.put_line(' Total number of Non-versioned ICCs : '||v_not_versioned);
41:
42:
43: SELECT message_text into draft_str
44: FROM fnd_new_messages
45: WHERE
46: application_id = (SELECT application_id
47: FROM fnd_application
48: WHERE application_short_name = 'EGO') AND

Line 53: FROM fnd_new_messages

49: message_name = 'EGO_ICC_DRAFT_VERSION' AND
50: language_code = USERENV('LANG') ;
51:
52: SELECT message_text into default_ver_str
53: FROM fnd_new_messages
54: WHERE
55: application_id = (SELECT application_id
56: FROM fnd_application
57: WHERE application_short_name = 'EGO') AND