DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on FND_NEW_MESSAGES

Line 3866: select 1 from fnd_new_messages

3862: and rule_type = 'TAX_UNIT'
3863: and rule_mode = 'Y';
3864: --
3865: cursor csr_tax_unit_message(p_message_name varchar2) is
3866: select 1 from fnd_new_messages
3867: where message_name = p_message_name
3868: and application_id = 801;
3869: --
3870: begin