DBA Data[Home] [Help]

APPS.HR_PL_PREVIOUS_EMPLOYMENT_API dependencies on HR_UTILITY

Line 126: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

122: fetch csr_bg
123: into l_legislation_code;
124: if csr_bg%notfound then
125: close csr_bg;
126: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
127: hr_utility.raise_error;
128: end if;
129: close csr_bg;
130: --

Line 127: hr_utility.raise_error;

123: into l_legislation_code;
124: if csr_bg%notfound then
125: close csr_bg;
126: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
127: hr_utility.raise_error;
128: end if;
129: close csr_bg;
130: --
131: -- Check that the legislation of the specified business group is 'PL'.

Line 134: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

130: --
131: -- Check that the legislation of the specified business group is 'PL'.
132: --
133: if l_legislation_code <> 'PL' then
134: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
135: hr_utility.set_message_token('LEG_CODE','PL');
136: hr_utility.raise_error;
137: end if;
138:

Line 135: hr_utility.set_message_token('LEG_CODE','PL');

131: -- Check that the legislation of the specified business group is 'PL'.
132: --
133: if l_legislation_code <> 'PL' then
134: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
135: hr_utility.set_message_token('LEG_CODE','PL');
136: hr_utility.raise_error;
137: end if;
138:
139: if p_period_years is null and p_period_months is null and p_period_days is null then

Line 136: hr_utility.raise_error;

132: --
133: if l_legislation_code <> 'PL' then
134: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
135: hr_utility.set_message_token('LEG_CODE','PL');
136: hr_utility.raise_error;
137: end if;
138:
139: if p_period_years is null and p_period_months is null and p_period_days is null then
140: hr_pl_utility.per_pl_calc_periods(p_start_date

Line 151: hr_utility.set_location('Entering:'|| l_proc, 5);

147: l_period_months:=p_period_months;
148: l_period_days:=p_period_days;
149: End if;
150:
151: hr_utility.set_location('Entering:'|| l_proc, 5);
152:
153: --
154: hr_previous_employment_api.create_previous_employer
155: (

Line 359: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

355: fetch csr_bg
356: into l_legislation_code;
357: if csr_bg%notfound then
358: close csr_bg;
359: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
360: hr_utility.raise_error;
361: end if;
362: close csr_bg;
363: --

Line 360: hr_utility.raise_error;

356: into l_legislation_code;
357: if csr_bg%notfound then
358: close csr_bg;
359: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
360: hr_utility.raise_error;
361: end if;
362: close csr_bg;
363: --
364: -- Check that the legislation of the specified business group is 'PL'.

Line 367: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

363: --
364: -- Check that the legislation of the specified business group is 'PL'.
365: --
366: if l_legislation_code <> 'PL' then
367: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
368: hr_utility.set_message_token('LEG_CODE','PL');
369: hr_utility.raise_error;
370: end if;
371:

Line 368: hr_utility.set_message_token('LEG_CODE','PL');

364: -- Check that the legislation of the specified business group is 'PL'.
365: --
366: if l_legislation_code <> 'PL' then
367: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
368: hr_utility.set_message_token('LEG_CODE','PL');
369: hr_utility.raise_error;
370: end if;
371:
372:

Line 369: hr_utility.raise_error;

365: --
366: if l_legislation_code <> 'PL' then
367: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
368: hr_utility.set_message_token('LEG_CODE','PL');
369: hr_utility.raise_error;
370: end if;
371:
372:
373: if p_period_years is null and p_period_months is null and p_period_days is null then

Line 385: hr_utility.set_location('Entering:'|| l_proc, 5);

381: l_period_months:=p_period_months;
382: l_period_days:=p_period_days;
383: End if;
384:
385: hr_utility.set_location('Entering:'|| l_proc, 5);
386: --
387: hr_previous_employment_api.update_previous_employer
388: (
389: p_effective_date => p_effective_date

Line 581: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

577: open csr_bg;
578: fetch csr_bg into l_legislation_code;
579: if csr_bg%notfound then
580: close csr_bg;
581: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
582: hr_utility.raise_error;
583: end if;
584: close csr_bg;
585: --

Line 582: hr_utility.raise_error;

578: fetch csr_bg into l_legislation_code;
579: if csr_bg%notfound then
580: close csr_bg;
581: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
582: hr_utility.raise_error;
583: end if;
584: close csr_bg;
585: --
586: -- Check that the legislation of the specified business group is 'PL'.

Line 589: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

585: --
586: -- Check that the legislation of the specified business group is 'PL'.
587: --
588: if l_legislation_code <> 'PL' then
589: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
590: hr_utility.set_message_token('LEG_CODE','PL');
591: hr_utility.raise_error;
592: end if;
593:

Line 590: hr_utility.set_message_token('LEG_CODE','PL');

586: -- Check that the legislation of the specified business group is 'PL'.
587: --
588: if l_legislation_code <> 'PL' then
589: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
590: hr_utility.set_message_token('LEG_CODE','PL');
591: hr_utility.raise_error;
592: end if;
593:
594: if p_period_years is null and p_period_months is null and p_period_days is null then

Line 591: hr_utility.raise_error;

587: --
588: if l_legislation_code <> 'PL' then
589: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
590: hr_utility.set_message_token('LEG_CODE','PL');
591: hr_utility.raise_error;
592: end if;
593:
594: if p_period_years is null and p_period_months is null and p_period_days is null then
595: hr_pl_utility.per_pl_calc_periods(p_start_date

Line 606: hr_utility.set_location('Entering:'|| l_proc, 5);

602: l_period_months:=p_period_months;
603: l_period_days:=p_period_days;
604: End if;
605:
606: hr_utility.set_location('Entering:'|| l_proc, 5);
607: --
608: hr_previous_employment_api.create_previous_job
609: (p_effective_date => p_effective_date
610: ,p_validate => p_validate

Line 805: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');

801: fetch csr_bg into l_legislation_code;
802:
803: if csr_bg%notfound then
804: close csr_bg;
805: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
806: hr_utility.raise_error;
807: end if;
808: close csr_bg;
809: --

Line 806: hr_utility.raise_error;

802:
803: if csr_bg%notfound then
804: close csr_bg;
805: hr_utility.set_message(801, 'HR_7208_API_BUS_GRP_INVALID');
806: hr_utility.raise_error;
807: end if;
808: close csr_bg;
809: --
810: -- Check that the legislation of the specified business group is 'PL'.

Line 813: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');

809: --
810: -- Check that the legislation of the specified business group is 'PL'.
811: --
812: if l_legislation_code <> 'PL' then
813: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
814: hr_utility.set_message_token('LEG_CODE','PL');
815: hr_utility.raise_error;
816: end if;
817:

Line 814: hr_utility.set_message_token('LEG_CODE','PL');

810: -- Check that the legislation of the specified business group is 'PL'.
811: --
812: if l_legislation_code <> 'PL' then
813: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
814: hr_utility.set_message_token('LEG_CODE','PL');
815: hr_utility.raise_error;
816: end if;
817:
818: if p_period_years is null and p_period_months is null and p_period_days is null then

Line 815: hr_utility.raise_error;

811: --
812: if l_legislation_code <> 'PL' then
813: hr_utility.set_message(801, 'HR_7961_PER_BUS_GRP_INVALID');
814: hr_utility.set_message_token('LEG_CODE','PL');
815: hr_utility.raise_error;
816: end if;
817:
818: if p_period_years is null and p_period_months is null and p_period_days is null then
819: hr_pl_utility.per_pl_calc_periods(p_start_date

Line 830: hr_utility.set_location('Entering:'|| l_proc, 5);

826: l_period_months:=p_period_months;
827: l_period_days:=p_period_days;
828: End if;
829:
830: hr_utility.set_location('Entering:'|| l_proc, 5);
831: --
832: hr_previous_employment_api.update_previous_job
833: (p_effective_date =>p_effective_date
834: ,p_validate =>p_validate