DBA Data[Home] [Help]

APPS.AME_CNU_BUS dependencies on HR_MULTI_MESSAGE

Line 66: if hr_multi_message.exception_add

62: end if;
63: close c_sel1;
64: exception
65: when app_exception.application_exception then
66: if hr_multi_message.exception_add
67: (p_associated_column1 => 'CONDITION_ID') then
68: hr_utility.set_location(' Leaving:'|| l_proc, 50);
69: raise;
70: end if;

Line 129: if hr_multi_message.exception_add

125: end if;
126: close c_sel1;
127: exception
128: when app_exception.application_exception then
129: if hr_multi_message.exception_add
130: (p_associated_column1 => 'RULE_ID') then
131: hr_utility.set_location(' Leaving:'|| l_proc, 50);
132: raise;
133: end if;