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 533: if hr_multi_message.exception_add

529: hr_utility.set_location('Leaving: '|| l_proc, 10);
530:
531: EXCEPTION
532: when app_exception.application_exception then
533: if hr_multi_message.exception_add
534: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_COLUMN'
535: ) then
536: raise;
537: end if;

Line 702: if hr_multi_message.exception_add

698: --
699: Exception
700:
701: when app_exception.application_exception then
702: if hr_multi_message.exception_add
703: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPATION_IN_ID'
704: ) then
705: raise;
706: end if;

Line 990: if hr_multi_message.exception_add

986: hr_utility.set_location('Leaving: '|| l_proc, 10);
987: --
988: EXCEPTION
989: when app_exception.application_exception then
990: if hr_multi_message.exception_add
991: (p_associated_column1 => 'PER_PARTICIPANTS.PERSON_ID'
992: ) then
993: raise;
994: end if;

Line 1221: IF hr_multi_message.exception_add

1217: hr_utility.set_location('Leaving:'|| l_proc, 970);
1218: EXCEPTION
1219:
1220: WHEN app_exception.application_exception THEN
1221: IF hr_multi_message.exception_add
1222: (p_associated_column1 => 'PER_PARTICIPANTS.PARTICIPANT_USAGE_STATUS')
1223: THEN
1224: hr_utility.set_location(' Leaving:'|| l_proc, 980);
1225: RAISE;

Line 1247: hr_multi_message.end_validation_set;

1243: --
1244: hr_api.validate_bus_grp_id(p_rec.business_group_id
1245: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1246: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1247: hr_multi_message.end_validation_set;
1248: --
1249: hr_utility.set_location(l_proc, 1);
1250: --
1251: per_par_bus.chk_participation_in_table

Line 1333: hr_multi_message.end_validation_set;

1329: hr_api.validate_bus_grp_id(p_rec.business_group_id
1330: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1331: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1332:
1333: hr_multi_message.end_validation_set;
1334: --
1335: --
1336: -- Rule Check non-updateable fields cannot be updated
1337: --

Line 1377: hr_multi_message.end_validation_set;

1373: hr_api.validate_bus_grp_id(p_rec.business_group_id
1374: ,p_associated_column1 => per_par_shd.g_tab_nam ||
1375: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
1376:
1377: hr_multi_message.end_validation_set;
1378: --
1379: hr_utility.set_location(' Leaving:'||l_proc, 10);
1380: --
1381: per_par_bus.chk_participant_usage_status