DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on FND_MESSAGE

Line 386: fnd_message.set_name('PER','PER_289974_TCA_PERSON');

382:
383: begin
384:
385: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
386: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');
388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');

Line 387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');

383: begin
384:
385: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
386: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');
388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
391: fnd_message.set_token('ERROR', l_msg);

Line 388: fnd_message.set_token('STEP','1');

384:
385: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
386: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');
388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
391: fnd_message.set_token('ERROR', l_msg);
392: fnd_message.raise_error;

Line 389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');

385: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
386: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');
388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
391: fnd_message.set_token('ERROR', l_msg);
392: fnd_message.raise_error;
393: end if;

Line 391: fnd_message.set_token('ERROR', l_msg);

387: fnd_message.set_token('PROCEDURE','PER_PEOPLE12_PKG.update_row2');
388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
391: fnd_message.set_token('ERROR', l_msg);
392: fnd_message.raise_error;
393: end if;
394:
395: -- bug no 9248094 ends here

Line 392: fnd_message.raise_error;

388: fnd_message.set_token('STEP','1');
389: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
390: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
391: fnd_message.set_token('ERROR', l_msg);
392: fnd_message.raise_error;
393: end if;
394:
395: -- bug no 9248094 ends here
396: --

Line 607: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

603: -- if hr_person.chk_future_person_type(p_s_system_person_type
604: -- ,p_person_id
605: -- ,p_business_group_id
606: -- ,p_effective_start_date) then
607: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
608: -- app_exception.raise_exception;
609: --end if;
610: --
611: -- Ensure there are no future applicant assignments

Line 668: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

664: ,p_business_group_id
665: ,'Y'
666: ,p_session_date) then
667: --changes for bug no 6070935
668: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
669: app_exception.raise_exception;
670: end if;
671: --
672: if p_s_system_person_type = 'EX_EMP'

Line 786: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

782: ,p_person_id
783: ,p_business_group_id
784: ,'Y'
785: ,p_effective_start_date) then
786: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
787: hr_utility.raise_error;
788: end if;
789:
790: hr_utility.set_location('PER_PEOPLE12_PKG.update_row2',126);

Line 911: fnd_message.set_name('PAY','HR_6591_ASS_ACTIONS_EXIST');

907: if p_update_primary = 'Y'
908: and future_pactid_exists(p_person_id, p_effective_start_date)
909: then
910: hr_utility.set_location('PER_PEOPLE12_PKG.update_row2',246);
911: fnd_message.set_name('PAY','HR_6591_ASS_ACTIONS_EXIST');
912: hr_utility.raise_error;
913: end if;
914: -- end bug fix 2824664
915: --

Line 2860: fnd_message.set_name('PER','PER_289974_TCA_PERSON');

2856: end if;
2857:
2858:
2859: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
2860: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');
2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');

Line 2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');

2857:
2858:
2859: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
2860: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');
2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
2865: fnd_message.set_token('ERROR', l_msg);

Line 2862: fnd_message.set_token('STEP','1');

2858:
2859: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
2860: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');
2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
2865: fnd_message.set_token('ERROR', l_msg);
2866: fnd_message.raise_error;

Line 2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');

2859: if p_date_of_death is not null and trunc(p_date_of_death) > trunc(sysdate) then
2860: fnd_message.set_name('PER','PER_289974_TCA_PERSON');
2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');
2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
2865: fnd_message.set_token('ERROR', l_msg);
2866: fnd_message.raise_error;
2867: end if;

Line 2865: fnd_message.set_token('ERROR', l_msg);

2861: fnd_message.set_token('PROCEDURE','per_people12_pkg.update_row1');
2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
2865: fnd_message.set_token('ERROR', l_msg);
2866: fnd_message.raise_error;
2867: end if;
2868:
2869: -- bug no 9248094 ends here

Line 2866: fnd_message.raise_error;

2862: fnd_message.set_token('STEP','1');
2863: l_msg := fnd_message.get_string('AR','HZ_API_NO_FUTURE_DATE_ALLOWED');
2864: l_msg := replace(l_msg,'&COLUMN',' DATE_OF_DEATH ');
2865: fnd_message.set_token('ERROR', l_msg);
2866: fnd_message.raise_error;
2867: end if;
2868:
2869: -- bug no 9248094 ends here
2870: --

Line 3081: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

3077: -- if hr_person.chk_future_person_type(p_s_system_person_type
3078: -- ,p_person_id
3079: -- ,p_business_group_id
3080: -- ,p_effective_start_date) then
3081: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
3082: -- app_exception.raise_exception;
3083: --end if;
3084: --
3085: -- Ensure there are no future applicant assignments

Line 3143: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

3139: --changes for bug no 6070935
3140: -- ,p_effective_start_date) then
3141: ,p_session_date) then
3142: --changes for bug no 6070935
3143: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
3144: app_exception.raise_exception;
3145: end if;
3146: --
3147: if p_s_system_person_type = 'EX_EMP'

Line 3258: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

3254: if hr_person.chk_future_person_type(p_s_system_person_type
3255: ,p_person_id
3256: ,p_business_group_id
3257: ,p_effective_start_date) then
3258: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
3259: hr_utility.raise_error;
3260: end if;
3261: --
3262: -- Ensure there are no future applicant assignments

Line 3462: fnd_message.set_name('PAY','HR_6591_ASS_ACTIONS_EXIST');

3458: if p_update_primary = 'Y'
3459: and future_pactid_exists(p_person_id, p_effective_start_date)
3460: then
3461: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',246);
3462: fnd_message.set_name('PAY','HR_6591_ASS_ACTIONS_EXIST');
3463: hr_utility.raise_error;
3464: end if;
3465: -- end bug fix 2824664
3466: --

Line 4105: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');

4101: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
4102: open fpt_future_exists;
4103: fetch fpt_future_exists into l_dummy;
4104: if fpt_future_exists%found then
4105: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
4106: app_exception.raise_exception;
4107: end if;
4108: close fpt_future_exists;
4109: else

Line 4113: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');

4109: else
4110: open future_exists;
4111: fetch future_exists into l_dummy;
4112: if future_exists%found then
4113: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
4114: app_exception.raise_exception;
4115: end if;
4116: close future_exists;
4117: end if;

Line 4140: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');

4136: open supervisor;
4137: fetch supervisor into l_dummy;
4138: if supervisor%FOUND then
4139: close supervisor;
4140: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');
4141: app_exception.raise_exception;
4142: end if;
4143: close supervisor;
4144: end;