DBA Data[Home] [Help]

APPS.HR_SALARY_SURVEY_MAPPING_API dependencies on FND_MESSAGE

Line 707: fnd_message.set_name('PER','PER_52497_SSM_JOB_POS_NULL');

703: -- Process Logic
704: --
705: If p_job_id is null and p_position_id is null then
706: hr_utility.set_location(l_proc, 50);
707: fnd_message.set_name('PER','PER_52497_SSM_JOB_POS_NULL');
708: fnd_message.raise_error;
709: Elsif p_job_id is not null and p_position_id is not null then
710: hr_utility.set_location(l_proc, 60);
711: fnd_message.set_name('PER','PER_52498_SSM_JOB_POS_CONT_VAL');

Line 708: fnd_message.raise_error;

704: --
705: If p_job_id is null and p_position_id is null then
706: hr_utility.set_location(l_proc, 50);
707: fnd_message.set_name('PER','PER_52497_SSM_JOB_POS_NULL');
708: fnd_message.raise_error;
709: Elsif p_job_id is not null and p_position_id is not null then
710: hr_utility.set_location(l_proc, 60);
711: fnd_message.set_name('PER','PER_52498_SSM_JOB_POS_CONT_VAL');
712: fnd_message.raise_error;

Line 711: fnd_message.set_name('PER','PER_52498_SSM_JOB_POS_CONT_VAL');

707: fnd_message.set_name('PER','PER_52497_SSM_JOB_POS_NULL');
708: fnd_message.raise_error;
709: Elsif p_job_id is not null and p_position_id is not null then
710: hr_utility.set_location(l_proc, 60);
711: fnd_message.set_name('PER','PER_52498_SSM_JOB_POS_CONT_VAL');
712: fnd_message.raise_error;
713: Elsif p_job_id is not null then
714: hr_utility.set_location(l_proc, 70);
715: l_parent_table_name := 'PER_JOBS';

Line 712: fnd_message.raise_error;

708: fnd_message.raise_error;
709: Elsif p_job_id is not null and p_position_id is not null then
710: hr_utility.set_location(l_proc, 60);
711: fnd_message.set_name('PER','PER_52498_SSM_JOB_POS_CONT_VAL');
712: fnd_message.raise_error;
713: Elsif p_job_id is not null then
714: hr_utility.set_location(l_proc, 70);
715: l_parent_table_name := 'PER_JOBS';
716: open csr_get_job_dates;

Line 721: fnd_message.set_name('PER','PER_52483_SSM_INVL_JOB_ID');

717: fetch csr_get_job_dates into l_parent_date_from, l_parent_date_to;
718: If csr_get_job_dates%NOTFOUND then
719: hr_utility.set_location(l_proc, 80);
720: close csr_get_job_dates;
721: fnd_message.set_name('PER','PER_52483_SSM_INVL_JOB_ID');
722: fnd_message.raise_error;
723: Else
724: hr_utility.set_location(l_proc, 90);
725: close csr_get_job_dates;

Line 722: fnd_message.raise_error;

718: If csr_get_job_dates%NOTFOUND then
719: hr_utility.set_location(l_proc, 80);
720: close csr_get_job_dates;
721: fnd_message.set_name('PER','PER_52483_SSM_INVL_JOB_ID');
722: fnd_message.raise_error;
723: Else
724: hr_utility.set_location(l_proc, 90);
725: close csr_get_job_dates;
726: l_max_date_from := l_parent_date_from;

Line 810: fnd_message.set_name('PER','PER_52486_SSM_INVL_POS_ID');

806: open csr_get_position_dates;
807: fetch csr_get_position_dates into l_parent_date_from, l_parent_date_to;
808: If csr_get_position_dates%NOTFOUND then
809: close csr_get_position_dates;
810: fnd_message.set_name('PER','PER_52486_SSM_INVL_POS_ID');
811: fnd_message.raise_error;
812: Else
813: close csr_get_position_dates;
814: l_max_date_from := l_parent_date_from;

Line 811: fnd_message.raise_error;

807: fetch csr_get_position_dates into l_parent_date_from, l_parent_date_to;
808: If csr_get_position_dates%NOTFOUND then
809: close csr_get_position_dates;
810: fnd_message.set_name('PER','PER_52486_SSM_INVL_POS_ID');
811: fnd_message.raise_error;
812: Else
813: close csr_get_position_dates;
814: l_max_date_from := l_parent_date_from;
815: --