DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on HR_MULTI_MESSAGE

Line 318: if hr_multi_message.exception_add

314: hr_utility.set_location('Leaving: '||l_proc,20);
315: --
316: EXCEPTION
317: when app_exception.application_exception then
318: if hr_multi_message.exception_add
319: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_TYPE'
320: ) then
321: raise;
322: end if;

Line 380: if hr_multi_message.exception_add

376: hr_utility.set_location('Leaving: '||l_proc,20);
377: --
378: EXCEPTION
379: when app_exception.application_exception then
380: if hr_multi_message.exception_add
381: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_STATUS'
382: ) then
383: raise;
384: end if;

Line 451: if hr_multi_message.exception_add

447: --
448: hr_utility.set_location('Leaving: '|| l_proc, 10);
449: EXCEPTION
450: when app_exception.application_exception then
451: if hr_multi_message.exception_add
452: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_TABLE'
453: ) then
454: raise;
455: end if;

Line 525: if hr_multi_message.exception_add

521: hr_utility.set_location('Leaving: '|| l_proc, 10);
522:
523: EXCEPTION
524: when app_exception.application_exception then
525: if hr_multi_message.exception_add
526: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_COLUMN'
527: ) then
528: raise;
529: end if;

Line 694: if hr_multi_message.exception_add

690: --
691: Exception
692:
693: when app_exception.application_exception then
694: if hr_multi_message.exception_add
695: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_ID'
696: ) then
697: raise;
698: end if;

Line 982: if hr_multi_message.exception_add

978: hr_utility.set_location('Leaving: '|| l_proc, 10);
979: --
980: EXCEPTION
981: when app_exception.application_exception then
982: if hr_multi_message.exception_add
983: (p_associated_column1 => 'PER_PARTICIPANTS.PERSON_ID'
984: ) then
985: raise;
986: end if;

Line 1213: IF hr_multi_message.exception_add

1209: hr_utility.set_location('Leaving:'|| l_proc, 970);
1210: EXCEPTION
1211:
1212: WHEN app_exception.application_exception THEN
1213: IF hr_multi_message.exception_add
1214: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPANT_USAGE_STATUS')
1215: THEN
1216: hr_utility.set_location(' Leaving:'|| l_proc, 980);
1217: RAISE;

Line 1239: hr_multi_message.end_validation_set;

1235: --
1236: hr_api.validate_bus_grp_id(p_rec.business_group_id
1237: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1238: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1239: hr_multi_message.end_validation_set;
1240: --
1241: hr_utility.set_location(l_proc, 1);
1242: --
1243: per_par_bus.chk_participation_in_table

Line 1325: hr_multi_message.end_validation_set;

1321: hr_api.validate_bus_grp_id(p_rec.business_group_id
1322: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1323: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1324:
1325: hr_multi_message.end_validation_set;
1326: --
1327: --
1328: -- Rule Check non-updateable fields cannot be updated
1329: --

Line 1369: hr_multi_message.end_validation_set;

1365: hr_api.validate_bus_grp_id(p_rec.business_group_id
1366: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1367: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1368:
1369: hr_multi_message.end_validation_set;
1370: --
1371: hr_utility.set_location(' Leaving:'||l_proc, 10);
1372: --
1373: per_par_bus.chk_participant_usage_status