DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on HR_MULTI_MESSAGE

Line 436: hr_multi_message.add

432: fnd_message.set_name('PER','HR_FLEX_VALUE_INVALID');
433: fnd_message.set_token('COLUMN',app_col_name);
434: fnd_message.set_token('VALUE',value);
435: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
436: hr_multi_message.add
437: (p_associated_column1 => l_table_name || '.' || app_col_name);
438: elsif hr_message.last_message_app = 'FND' and
439: hr_message.last_message_name = 'FLEX-NULL SEGMENT' then
440: if g_debug then

Line 466: hr_multi_message.add

462: end if;
463: fnd_message.set_name('PER','HR_FLEX_VALUE_MISSING');
464: fnd_message.set_token('COLUMN',app_col_name);
465: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
466: hr_multi_message.add
467: (p_associated_column1 => l_table_name || '.' || app_col_name);
468: else
469: --
470: -- Some other non-expected error, simply raise the error in the

Line 807: hr_multi_message.add

803: fnd_message.set_name('PER','HR_FLEX_VALUE_INVALID');
804: fnd_message.set_token('COLUMN',app_col_name);
805: fnd_message.set_token('VALUE',value);
806: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
807: hr_multi_message.add
808: (p_associated_column1 => l_table_name || '.' || app_col_name);
809: elsif hr_message.last_message_app = 'FND' and
810: hr_message.last_message_name = 'FLEX-NULL SEGMENT' then
811: if g_debug then

Line 837: hr_multi_message.add

833: end if;
834: fnd_message.set_name('PER','HR_FLEX_VALUE_MISSING');
835: fnd_message.set_token('COLUMN',app_col_name);
836: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
837: hr_multi_message.add
838: (p_associated_column1 => l_table_name || '.' || app_col_name);
839: else
840: --
841: -- Some other non-expected error, simply raise the error in the

Line 1523: if hr_multi_message.exception_add then

1519: hr_utility.set_location('Leaving '|| l_proc, 100);
1520: end if;
1521: exception
1522: when app_exception.application_exception then
1523: if hr_multi_message.exception_add then
1524: if g_debug then
1525: hr_utility.set_location(l_proc, 100);
1526: end if;
1527: raise;

Line 2202: if hr_multi_message.exception_add then

2198: end if;
2199: end if; -- if flex code in varray
2200: exception
2201: when app_exception.application_exception then
2202: if hr_multi_message.exception_add then
2203: if g_debug then
2204: hr_utility.set_location('Leaving '|| l_proc, 140);
2205: end if;
2206: raise;

Line 2212: if hr_multi_message.exception_add then

2208: if g_debug then
2209: hr_utility.set_location('Leaving '|| l_proc, 150);
2210: end if;
2211: when others then
2212: if hr_multi_message.exception_add then
2213: if g_debug then
2214: hr_utility.set_location('Leaving '|| l_proc, 160);
2215: end if;
2216: fnd_message.raise_error;