DBA Data[Home] [Help]

APPS.PAY_ETP_UPD_ND dependencies on HR_MULTI_MESSAGE

Line 1329: hr_multi_message.end_validation_set;

1325: p_processing_priority_warning := l_processing_priority_warning;
1326: --
1327: --
1328: -- Call to raise any errors on multi-message list
1329: hr_multi_message.end_validation_set;
1330: --
1331: -- Call the supporting pre-update operation
1332: --
1333: pre_update

Line 1362: hr_multi_message.end_validation_set;

1358: ,p_validation_end_date => l_validation_end_date
1359: );
1360: --
1361: -- Call to raise any errors on multi-message list
1362: hr_multi_message.end_validation_set;
1363: End upd;
1364: --
1365: -- ----------------------------------------------------------------------------
1366: -- |------------------------------< upd >-------------------------------------|