DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on FND_NEW_MESSAGES

Line 3689: from fnd_new_messages

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