DBA Data[Home] [Help]

APPS.PAY_BLT_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,'BALANCE_TYPE_ID')
67: );
68: --

Line 1123: hr_multi_message.end_validation_set;

1119: -- after validating the set of important attributes,
1120: -- if Multiple Message Detection is enabled and at least
1121: -- one error has been found then abort further validation.
1122: --
1123: hr_multi_message.end_validation_set;
1124: END IF;
1125: --
1126: --
1127: -- Validate Dependent Attributes

Line 1252: hr_multi_message.end_validation_set;

1248: -- After validating the set of important attributes,
1249: -- if Multiple Message Detection is enabled and at least
1250: -- one error has been found then abort further validation.
1251: --
1252: hr_multi_message.end_validation_set;
1253: END IF;
1254: --
1255: --
1256: -- Validate Dependent Attributes

Line 1376: hr_multi_message.end_validation_set;

1372: -- After validating the set of important attributes,
1373: -- if Multiple Message Detection is enabled and at least
1374: -- one error has been found then abort further validation.
1375: --
1376: hr_multi_message.end_validation_set;
1377: END IF;
1378: --
1379: -- Call all supporting business operations
1380: --