DBA Data[Home] [Help]

APPS.PAY_ETP_UPD dependencies on HR_MULTI_MESSAGE

Line 1340: hr_multi_message.end_validation_set;

1336: p_processing_priority_warning := l_processing_priority_warning;
1337: --
1338: --
1339: -- Call to raise any errors on multi-message list
1340: hr_multi_message.end_validation_set;
1341: --
1342: -- Call the supporting pre-update operation
1343: --
1344: pre_update

Line 1373: hr_multi_message.end_validation_set;

1369: ,p_validation_end_date => l_validation_end_date
1370: );
1371: --
1372: -- Call to raise any errors on multi-message list
1373: hr_multi_message.end_validation_set;
1374: End upd;
1375: --
1376: -- ----------------------------------------------------------------------------
1377: -- |------------------------------< upd >-------------------------------------|