DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on HR_MULTI_MESSAGE

Line 435: hr_multi_message.add

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

Line 465: hr_multi_message.add

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

Line 799: hr_multi_message.add

795: fnd_message.set_name('PER','HR_FLEX_VALUE_INVALID');
796: fnd_message.set_token('COLUMN',app_col_name);
797: fnd_message.set_token('VALUE',value);
798: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
799: hr_multi_message.add
800: (p_associated_column1 => l_table_name || '.' || app_col_name);
801: elsif hr_message.last_message_app = 'FND' and
802: hr_message.last_message_name = 'FLEX-NULL SEGMENT' then
803: if g_debug then

Line 829: hr_multi_message.add

825: end if;
826: fnd_message.set_name('PER','HR_FLEX_VALUE_MISSING');
827: fnd_message.set_token('COLUMN',app_col_name);
828: fnd_message.set_token('PROMPT',l_flex_seg_error_prompt);
829: hr_multi_message.add
830: (p_associated_column1 => l_table_name || '.' || app_col_name);
831: else
832: --
833: -- Some other non-expected error, simply raise the error in the

Line 1514: if hr_multi_message.exception_add then

1510: hr_utility.set_location('Leaving '|| l_proc, 100);
1511: end if;
1512: exception
1513: when app_exception.application_exception then
1514: if hr_multi_message.exception_add then
1515: if g_debug then
1516: hr_utility.set_location(l_proc, 100);
1517: end if;
1518: raise;

Line 2193: if hr_multi_message.exception_add then

2189: end if;
2190: end if; -- if flex code in varray
2191: exception
2192: when app_exception.application_exception then
2193: if hr_multi_message.exception_add then
2194: if g_debug then
2195: hr_utility.set_location('Leaving '|| l_proc, 140);
2196: end if;
2197: raise;

Line 2203: if hr_multi_message.exception_add then

2199: if g_debug then
2200: hr_utility.set_location('Leaving '|| l_proc, 150);
2201: end if;
2202: when others then
2203: if hr_multi_message.exception_add then
2204: if g_debug then
2205: hr_utility.set_location('Leaving '|| l_proc, 160);
2206: end if;
2207: fnd_message.raise_error;