DBA Data[Home] [Help]

APPS.PAY_FRR_BUS dependencies on HR_MULTI_MESSAGE

Line 68: hr_multi_message.add

64: --
65: -- The primary key is invalid therefore we must error
66: --
67: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
68: hr_multi_message.add
69: (p_associated_column1
70: => nvl(p_associated_column1,'FORMULA_RESULT_RULE_ID')
71: );
72: --

Line 1331: hr_multi_message.end_validation_set;

1327: -- after validating the set of important attributes,
1328: -- if Multiple Message Detection is enabled and at least
1329: -- one error has been found then abort further validation.
1330: --
1331: hr_multi_message.end_validation_set;
1332: END IF;
1333: --
1334: --
1335: -- Validate Dependent Attributes

Line 1441: hr_multi_message.end_validation_set;

1437: -- After validating the set of important attributes,
1438: -- if Multiple Message Detection is enabled and at least
1439: -- one error has been found then abort further validation.
1440: --
1441: hr_multi_message.end_validation_set;
1442: END IF;
1443: --
1444: -- Validate Dependent Attributes
1445: --

Line 1539: hr_multi_message.end_validation_set;

1535: -- After validating the set of important attributes,
1536: -- if Multiple Message Detection is enabled and at least
1537: -- one error has been found then abort further validation.
1538: --
1539: hr_multi_message.end_validation_set;
1540: END IF;
1541: --
1542: -- Call all supporting business operations
1543: --