DBA Data[Home] [Help]

APPS.PAY_ECU_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'ELEMENT_CLASS_USAGE_ID')
67: );
68: --

Line 302: if hr_multi_message.exception_add

298: END IF;
299: --
300: exception
301: when app_exception.application_exception then
302: if hr_multi_message.exception_add
303: (p_associated_column1 =>
304: 'PAY_ELEMENT_CLASS_USAGES_F.RUN_TYPE_ID') then
305: raise;
306: end if;

Line 458: if hr_multi_message.exception_add

454: END IF;
455: --
456: exception
457: when app_exception.application_exception then
458: if hr_multi_message.exception_add
459: (p_associated_column1 =>
460: 'PAY_ELEMENT_CLASS_USAGES_F.CLASSIFICATION_ID') then
461: raise;
462: end if;

Line 532: if hr_multi_message.exception_add

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

Line 882: hr_multi_message.end_validation_set;

878: -- after validating the set of important attributes,
879: -- if Multiple Message Detection is enabled and at least
880: -- one error has been found then abort further validation.
881: --
882: hr_multi_message.end_validation_set;
883: END IF;
884: --
885: --
886: -- Validate Dependent Attributes

Line 955: hr_multi_message.end_validation_set;

951: -- After validating the set of important attributes,
952: -- if Multiple Message Detection is enabled and at least
953: -- one error has been found then abort further validation.
954: --
955: hr_multi_message.end_validation_set;
956: END IF;
957: --
958: --
959: -- Validate Dependent Attributes

Line 1030: hr_multi_message.end_validation_set;

1026: -- After validating the set of important attributes,
1027: -- if Multiple Message Detection is enabled and at least
1028: -- one error has been found then abort further validation.
1029: --
1030: hr_multi_message.end_validation_set;
1031: END IF;
1032: --
1033: -- Call all supporting business operations
1034: --