DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on FND_NEW_MESSAGES

Line 3690: from fnd_new_messages

3686: and rule_mode = 'Y';
3687: --
3688: cursor csr_tax_unit_message(p_message_name varchar2) is
3689: select 1
3690: from fnd_new_messages
3691: where message_name = p_message_name
3692: and application_id = 801;
3693: --
3694: begin