DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on FND_NEW_MESSAGES

Line 3826: select 1 from fnd_new_messages

3822: and rule_type = 'TAX_UNIT'
3823: and rule_mode = 'Y';
3824: --
3825: cursor csr_tax_unit_message(p_message_name varchar2) is
3826: select 1 from fnd_new_messages
3827: where message_name = p_message_name
3828: and application_id = 801;
3829: --
3830: begin