DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on FND_NEW_MESSAGES

Line 1080: FROM fnd_new_messages

1076:
1077: /* remove this after SEED bug for message PN_CANNOT_GRP_ON_INV is fixed */
1078: CURSOR exists_msg IS
1079: SELECT message_name
1080: FROM fnd_new_messages
1081: WHERE application_id = 240
1082: AND message_name = 'PN_CANNOT_GRP_ON_INV';
1083: l_msg_exists BOOLEAN;
1084: