DBA Data[Home] [Help]

APPS.FF_FCU_BUS dependencies on HR_MULTI_MESSAGE

Line 77: hr_multi_message.add

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

Line 298: if hr_multi_message.exception_add

294: end if;
295: close csr_function_id;
296: exception
297: when app_exception.application_exception then
298: if hr_multi_message.exception_add
299: (p_associated_column1 => 'FF_FUNCTION_CONTEXT_USAGES.FUNCTION_ID'
300: ) then
301: raise;
302: end if;

Line 343: if hr_multi_message.exception_add

339: end if;
340: close csr_context;
341: exception
342: when app_exception.application_exception then
343: if hr_multi_message.exception_add
344: (p_associated_column1 => 'FF_FUNCTION_CONTEXT_USAGES.CONTEXT_ID'
345: ) then
346: raise;
347: end if;

Line 378: if hr_multi_message.no_exclusive_error

374:
375: begin
376: --
377: --
378: if hr_multi_message.no_exclusive_error
379: (p_check_column1 => 'FF_FUNCTION_CONTEXT_USAGES.FUNCTION_ID'
380: ,p_check_column2 => 'FF_FUNCTION_CONTEXT_USAGES.CONTEXT_ID'
381: ,p_associated_column1 => 'FF_FUNCTION_CONTEXT_USAGES.FUNCTION_ID'
382: ,p_associated_column2 => 'FF_FUNCTION_CONTEXT_USAGES.CONTEXT_ID'

Line 395: if hr_multi_message.exception_add

391: close csr_unique_context;
392: end if;
393: exception
394: when app_exception.application_exception then
395: if hr_multi_message.exception_add
396: (p_same_associated_columns => 'Y'
397: ) then
398: raise;
399: end if;