DBA Data[Home] [Help]

APPS.FF_FFP_BUS dependencies on HR_MULTI_MESSAGE

Line 80: hr_multi_message.add

76: --
77: -- The primary key is invalid therefore we must error
78: --
79: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
80: hr_multi_message.add
81: (p_associated_column1
82: => nvl(p_associated_column1,'FUNCTION_ID')
83: ,p_associated_column2
84: => nvl(p_associated_column2,'SEQUENCE_NUMBER')

Line 290: if hr_multi_message.exception_add

286: hr_utility.set_location('Entering:'|| l_proc, 20);
287: --
288: exception
289: when app_exception.application_exception then
290: if hr_multi_message.exception_add
291: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.FUNCTION_ID'
292: ) then
293: raise;
294: end if;

Line 336: if hr_multi_message.exception_add

332: hr_utility.set_location('Entering:'|| l_proc, 20);
333: --
334: exception
335: when app_exception.application_exception then
336: if hr_multi_message.exception_add
337: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
338: ) then
339: raise;
340: end if;

Line 377: if hr_multi_message.exception_add

373: hr_utility.set_location('Entering:'|| l_proc, 20);
374: --
375: exception
376: when app_exception.application_exception then
377: if hr_multi_message.exception_add
378: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.DATA_TYPE'
379: ) then
380: raise;
381: end if;

Line 423: if hr_multi_message.exception_add

419: hr_utility.set_location('Entering:'|| l_proc, 20);
420: --
421: exception
422: when app_exception.application_exception then
423: if hr_multi_message.exception_add
424: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.NAME'
425: ) then
426: raise;
427: end if;

Line 454: if hr_multi_message.no_exclusive_error

450: ,p_argument_value => p_optional
451: );
452:
453: --
454: if hr_multi_message.no_exclusive_error
455: (p_check_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
456: ,p_associated_column1 => 'FF_FUNCTION_PARAMETERS.OPTIONAL'
457: ) then
458:

Line 477: if hr_multi_message.exception_add

473: hr_utility.set_location('Entering:'|| l_proc, 20);
474: --
475: exception
476: when app_exception.application_exception then
477: if hr_multi_message.exception_add
478: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.OPTIONAL'
479: ) then
480: raise;
481: end if;

Line 509: if hr_multi_message.no_exclusive_error

505: ,p_argument_value => p_continuing_parameter
506: );
507:
508: --
509: if hr_multi_message.no_exclusive_error
510: (p_check_column1 => 'FF_FUNCTION_PARAMETERS.CLASS'
511: ,p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CONTINUING_PARAMETER'
512: ) then
513:

Line 532: if hr_multi_message.exception_add

528: hr_utility.set_location('Entering:'|| l_proc, 20);
529: --
530: exception
531: when app_exception.application_exception then
532: if hr_multi_message.exception_add
533: (p_associated_column1 => 'FF_FUNCTION_PARAMETERS.CONTINUING_PARAMETER'
534: ) then
535: raise;
536: end if;

Line 562: if hr_multi_message.no_exclusive_error

558:
559: begin
560: --
561: --
562: if hr_multi_message.no_exclusive_error
563: (p_check_column1 => 'FF_FUNCTION_PARAMETERS.FUNCTION_ID'
564: ,p_check_column2 => 'FF_FUNCTION_PARAMETERS.NAME'
565: ,p_associated_column1 => 'FF_FUNCTION_PARAMETERS.FUNCTION_ID'
566: ,p_associated_column2 => 'FF_FUNCTION_PARAMETERS.NAME'

Line 580: if hr_multi_message.exception_add

576: end if;
577:
578: exception
579: when app_exception.application_exception then
580: if hr_multi_message.exception_add
581: (p_same_associated_columns => 'Y'
582: ) then
583: raise;
584: end if;