DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on HR_UTILITY

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

45: l_api_updating BOOLEAN;
46: --
47: BEGIN
48: --
49: hr_utility.set_location ('Entering:' || l_proc, 5);
50: --
51: l_api_updating :=
52: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
53: p_object_version_number => p_object_version_number

Line 84: hr_utility.set_location (' Leaving:' || l_proc, 10);

80: --
81: END IF;
82:
83: --
84: hr_utility.set_location (' Leaving:' || l_proc, 10);
85: --
86: END chk_succession_plan_id;
87:
88: -- ----------------------------------------------------------------------------

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

139: );
140: --
141: BEGIN
142: --
143: hr_utility.set_location ('Entering:' || l_proc, 5);
144: --
145: l_api_updating :=
146: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
147: p_object_version_number => p_object_version_number

Line 165: hr_utility.set_message (801, 'HR_52784_SUC_CHK_PERSON_ID');

161: THEN
162: --
163: -- raise error as this a mandatory requirement
164: --
165: hr_utility.set_message (801, 'HR_52784_SUC_CHK_PERSON_ID');
166: hr_utility.raise_error;
167: --
168: END IF;
169:

Line 166: hr_utility.raise_error;

162: --
163: -- raise error as this a mandatory requirement
164: --
165: hr_utility.set_message (801, 'HR_52784_SUC_CHK_PERSON_ID');
166: hr_utility.raise_error;
167: --
168: END IF;
169:
170: --

Line 175: hr_utility.set_message(801,'HR_52785_SUC_CHK_PERSON_UPDATE');

171: /*if l_api_updating then
172: --
173: -- raise error as the person can not be updated.
174: --
175: hr_utility.set_message(801,'HR_52785_SUC_CHK_PERSON_UPDATE');
176: hr_utility.raise_error;
177: --
178: end if;*/
179: --

Line 176: hr_utility.raise_error;

172: --
173: -- raise error as the person can not be updated.
174: --
175: hr_utility.set_message(801,'HR_52785_SUC_CHK_PERSON_UPDATE');
176: hr_utility.raise_error;
177: --
178: end if;*/
179: --
180: -- check if the person_id exists as of effective date.

Line 197: hr_utility.set_message (801, 'HR_52786_SUC_CHK_PERSON_EXISTS');

193:
194: --
195: -- raise error as person does not exist.
196: --
197: hr_utility.set_message (801, 'HR_52786_SUC_CHK_PERSON_EXISTS');
198: hr_utility.raise_error;
199: --
200: END IF;
201:

Line 198: hr_utility.raise_error;

194: --
195: -- raise error as person does not exist.
196: --
197: hr_utility.set_message (801, 'HR_52786_SUC_CHK_PERSON_EXISTS');
198: hr_utility.raise_error;
199: --
200: END IF;
201:
202: --

Line 208: hr_utility.set_location (' Leaving:' || l_proc, 10);

204: --
205: END IF;
206:
207: --
208: hr_utility.set_location (' Leaving:' || l_proc, 10);
209: --
210: END chk_person_id;
211:
212: --

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

262: );
263: --
264: BEGIN
265: --
266: hr_utility.set_location ('Entering:' || l_proc, 5);
267: --
268: l_api_updating :=
269: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
270: p_object_version_number => p_object_version_number

Line 287: hr_utility.set_message(801,'HR_51998_SUC_CHK_POSITION_ID');

283: /* if p_position_id is null then
284: --
285: -- raise error as this a mandatory requirement
286: --
287: hr_utility.set_message(801,'HR_51998_SUC_CHK_POSITION_ID');
288: hr_utility.raise_error;
289: --
290: end if;*/
291: --

Line 288: hr_utility.raise_error;

284: --
285: -- raise error as this a mandatory requirement
286: --
287: hr_utility.set_message(801,'HR_51998_SUC_CHK_POSITION_ID');
288: hr_utility.raise_error;
289: --
290: end if;*/
291: --
292: IF l_api_updating

Line 297: hr_utility.set_message (801, 'HR_51999_SUC_CHK_POS_UPDATE');

293: THEN
294: --
295: -- raise error as the position_id can not be updated.
296: --
297: hr_utility.set_message (801, 'HR_51999_SUC_CHK_POS_UPDATE');
298: hr_utility.raise_error;
299: --
300: END IF;
301:

Line 298: hr_utility.raise_error;

294: --
295: -- raise error as the position_id can not be updated.
296: --
297: hr_utility.set_message (801, 'HR_51999_SUC_CHK_POS_UPDATE');
298: hr_utility.raise_error;
299: --
300: END IF;
301:
302: --

Line 330: hr_utility.set_location (' Leaving:' || l_proc, 10);

326: --
327: END IF;
328:
329: --
330: hr_utility.set_location (' Leaving:' || l_proc, 10);
331: --
332: END chk_position_id;
333:
334: --

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

379: AND p_effective_date BETWEEN per.date_from AND NVL (date_to, TRUNC (SYSDATE));
380: --
381: BEGIN
382: --
383: hr_utility.set_location ('Entering:' || l_proc, 5);
384: --
385: l_api_updating :=
386: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
387: p_object_version_number => p_object_version_number

Line 404: hr_utility.set_message(801,'HR_XXXXX_SUC_CHK_JOB_ID');

400: /* if p_job_id is null then
401: --
402: -- raise error as this a mandatory requirement
403: --
404: hr_utility.set_message(801,'HR_XXXXX_SUC_CHK_JOB_ID');
405: hr_utility.raise_error;
406: --
407: end if;*/
408: --

Line 405: hr_utility.raise_error;

401: --
402: -- raise error as this a mandatory requirement
403: --
404: hr_utility.set_message(801,'HR_XXXXX_SUC_CHK_JOB_ID');
405: hr_utility.raise_error;
406: --
407: end if;*/
408: --
409: IF l_api_updating

Line 414: hr_utility.set_message (801, 'HR_50493_SUC_CHK_JOB_UPDATE');

410: THEN
411: --
412: -- raise error as the job_id can not be updated.
413: --
414: hr_utility.set_message (801, 'HR_50493_SUC_CHK_JOB_UPDATE');
415: hr_utility.raise_error;
416: --
417: END IF;
418:

Line 415: hr_utility.raise_error;

411: --
412: -- raise error as the job_id can not be updated.
413: --
414: hr_utility.set_message (801, 'HR_50493_SUC_CHK_JOB_UPDATE');
415: hr_utility.raise_error;
416: --
417: END IF;
418:
419: --

Line 447: hr_utility.set_location (' Leaving:' || l_proc, 10);

443: --
444: END IF;
445:
446: --
447: hr_utility.set_location (' Leaving:' || l_proc, 10);
448: --
449: END chk_job_id;
450:
451: --

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

496:
497: --
498: BEGIN
499: --
500: hr_utility.set_location ('Entering:' || l_proc, 5);
501: --
502: l_api_updating :=
503: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
504: p_object_version_number => p_object_version_number

Line 516: hr_utility.set_message (801, 'HR_50494_SUC_CHK_SUCC_UPDATE');

512: THEN
513: --
514: -- raise error as the person can not be updated.
515: --
516: hr_utility.set_message (801, 'HR_50494_SUC_CHK_SUCC_UPDATE');
517: hr_utility.raise_error;
518: --
519: END IF;
520:

Line 517: hr_utility.raise_error;

513: --
514: -- raise error as the person can not be updated.
515: --
516: hr_utility.set_message (801, 'HR_50494_SUC_CHK_SUCC_UPDATE');
517: hr_utility.raise_error;
518: --
519: END IF;
520:
521: --

Line 572: hr_utility.set_location (' Leaving:' || l_proc, 10);

568: per_suc_shd.constraint_error ('HR_50496_SUC_CHK_SUC_EXIST');
569: END IF;
570:
571: --
572: hr_utility.set_location (' Leaving:' || l_proc, 10);
573: --
574: END chk_successee;
575:
576: --

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

649: AND p_start_date BETWEEN NVL (per.start_date, hr_api.g_eot)
650: AND NVL (per.end_date, hr_api.g_eot);
651: BEGIN
652: --
653: hr_utility.set_location ('Entering:' || l_proc, 5);
654: --
655: l_api_updating :=
656: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
657: p_object_version_number => p_object_version_number

Line 675: hr_utility.set_message (801, 'HR_50497_SUC_CHK_SUC_UPDATE');

671: THEN
672: --
673: -- raise error as the person_id can not be updated.
674: --
675: hr_utility.set_message (801, 'HR_50497_SUC_CHK_SUC_UPDATE');
676: hr_utility.raise_error;
677: --
678: END IF;
679:

Line 676: hr_utility.raise_error;

672: --
673: -- raise error as the person_id can not be updated.
674: --
675: hr_utility.set_message (801, 'HR_50497_SUC_CHK_SUC_UPDATE');
676: hr_utility.raise_error;
677: --
678: END IF;
679:
680: -- CHK_SUCCESSOR_ID

Line 690: hr_utility.set_message (800, 'HR_50498_SUC_CHK_SAME_PERSON');

686: THEN
687: --
688: -- raise error as successee and successor are the same person
689: --
690: hr_utility.set_message (800, 'HR_50498_SUC_CHK_SAME_PERSON');
691: hr_utility.raise_error;
692: END IF;
693:
694: IF (p_person_id = fnd_global.employee_id)

Line 691: hr_utility.raise_error;

687: --
688: -- raise error as successee and successor are the same person
689: --
690: hr_utility.set_message (800, 'HR_50498_SUC_CHK_SAME_PERSON');
691: hr_utility.raise_error;
692: END IF;
693:
694: IF (p_person_id = fnd_global.employee_id)
695: THEN

Line 699: hr_utility.set_message (800, 'HR_50499_SUC_CHK_LOGIN_USE');

695: THEN
696: --
697: -- raise error as login user cannot make himself a successor
698: --
699: hr_utility.set_message (800, 'HR_50499_SUC_CHK_LOGIN_USE');
700: hr_utility.raise_error;
701: END IF;
702:
703: -- check duplication of ranking for the same successee

Line 700: hr_utility.raise_error;

696: --
697: -- raise error as login user cannot make himself a successor
698: --
699: hr_utility.set_message (800, 'HR_50499_SUC_CHK_LOGIN_USE');
700: hr_utility.raise_error;
701: END IF;
702:
703: -- check duplication of ranking for the same successee
704: OPEN c1;

Line 715: hr_utility.set_message (800, 'HR_33467_SUC_CHK_SAME_RANK');

711: CLOSE c1;
712:
713: -- raise error as succession plan records overlap.
714: --
715: hr_utility.set_message (800, 'HR_33467_SUC_CHK_SAME_RANK');
716: hr_utility.raise_error;
717: --
718: END IF;
719:

Line 716: hr_utility.raise_error;

712:
713: -- raise error as succession plan records overlap.
714: --
715: hr_utility.set_message (800, 'HR_33467_SUC_CHK_SAME_RANK');
716: hr_utility.raise_error;
717: --
718: END IF;
719:
720: --

Line 735: hr_utility.set_message (800, 'HR_33468_SUC_SAME_SUCCESSOR');

731: CLOSE c2;
732:
733: -- raise error as succession plan records overlap.
734: --
735: hr_utility.set_message (800, 'HR_33468_SUC_SAME_SUCCESSOR');
736: hr_utility.raise_error;
737: --
738: END IF;
739:

Line 736: hr_utility.raise_error;

732:
733: -- raise error as succession plan records overlap.
734: --
735: hr_utility.set_message (800, 'HR_33468_SUC_SAME_SUCCESSOR');
736: hr_utility.raise_error;
737: --
738: END IF;
739:
740: --

Line 745: hr_utility.set_location (' Leaving:' || l_proc, 10);

741: CLOSE c2;
742: END IF;
743:
744: --
745: hr_utility.set_location (' Leaving:' || l_proc, 10);
746: --
747: END chk_successor;
748:
749: -- ----------------------------------------------------------------------------

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

785: l_api_updating BOOLEAN;
786: --
787: BEGIN
788: --
789: hr_utility.set_location ('Entering:' || l_proc, 5);
790: hr_utility.set_location ('p_effective_date:' || p_effective_date, 5);
791: hr_utility.set_location ('p_time_scale:' || p_time_scale, 5);
792: --
793: l_api_updating :=

Line 790: hr_utility.set_location ('p_effective_date:' || p_effective_date, 5);

786: --
787: BEGIN
788: --
789: hr_utility.set_location ('Entering:' || l_proc, 5);
790: hr_utility.set_location ('p_effective_date:' || p_effective_date, 5);
791: hr_utility.set_location ('p_time_scale:' || p_time_scale, 5);
792: --
793: l_api_updating :=
794: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,

Line 791: hr_utility.set_location ('p_time_scale:' || p_time_scale, 5);

787: BEGIN
788: --
789: hr_utility.set_location ('Entering:' || l_proc, 5);
790: hr_utility.set_location ('p_effective_date:' || p_effective_date, 5);
791: hr_utility.set_location ('p_time_scale:' || p_time_scale, 5);
792: --
793: l_api_updating :=
794: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
795: p_object_version_number => p_object_version_number

Line 821: hr_utility.set_message (801, 'HR_52001_SUC_CHK_TIME_SCALE');

817: THEN
818: --
819: -- raise error as does not exist as lookup
820: --
821: hr_utility.set_message (801, 'HR_52001_SUC_CHK_TIME_SCALE');
822: hr_utility.raise_error;
823: --
824: END IF;
825: --

Line 822: hr_utility.raise_error;

818: --
819: -- raise error as does not exist as lookup
820: --
821: hr_utility.set_message (801, 'HR_52001_SUC_CHK_TIME_SCALE');
822: hr_utility.raise_error;
823: --
824: END IF;
825: --
826: END IF;

Line 829: hr_utility.set_location ('Leaving:' || l_proc, 10);

825: --
826: END IF;
827:
828: --
829: hr_utility.set_location ('Leaving:' || l_proc, 10);
830: --
831: END chk_time_scale;
832:
833: -- ----------------------------------------------------------------------------

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

864: l_api_updating BOOLEAN;
865: --
866: BEGIN
867: --
868: hr_utility.set_location ('Entering:' || l_proc, 5);
869: --
870: l_api_updating :=
871: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
872: p_object_version_number => p_object_version_number

Line 890: hr_utility.set_message (801, 'HR_52002_SUC_CHK_START_DATE');

886: THEN
887: --
888: -- raise error as this a mandatory requirement
889: --
890: hr_utility.set_message (801, 'HR_52002_SUC_CHK_START_DATE');
891: hr_utility.raise_error;
892: --
893: END IF;
894: --

Line 891: hr_utility.raise_error;

887: --
888: -- raise error as this a mandatory requirement
889: --
890: hr_utility.set_message (801, 'HR_52002_SUC_CHK_START_DATE');
891: hr_utility.raise_error;
892: --
893: END IF;
894: --
895: END IF;

Line 898: hr_utility.set_location (' Leaving:' || l_proc, 10);

894: --
895: END IF;
896:
897: --
898: hr_utility.set_location (' Leaving:' || l_proc, 10);
899: --
900: END chk_start_date;
901:
902: -- ----------------------------------------------------------------------------

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

936: l_api_updating BOOLEAN;
937: --
938: BEGIN
939: --
940: hr_utility.set_location ('Entering:' || l_proc, 5);
941: --
942: l_api_updating :=
943: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
944: p_object_version_number => p_object_version_number

Line 965: hr_utility.set_message (801, 'HR_52003_SUC_CHK_END_DATE');

961: THEN
962: --
963: -- raise error as start date should be less than or equal to end date.
964: --
965: hr_utility.set_message (801, 'HR_52003_SUC_CHK_END_DATE');
966: hr_utility.raise_error;
967: --
968: END IF;
969: --

Line 966: hr_utility.raise_error;

962: --
963: -- raise error as start date should be less than or equal to end date.
964: --
965: hr_utility.set_message (801, 'HR_52003_SUC_CHK_END_DATE');
966: hr_utility.raise_error;
967: --
968: END IF;
969: --
970: END IF;

Line 973: hr_utility.set_location (' Leaving:' || l_proc, 10);

969: --
970: END IF;
971:
972: --
973: hr_utility.set_location (' Leaving:' || l_proc, 10);
974: --
975: END chk_end_date;
976:
977: -- ----------------------------------------------------------------------------

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

1013: l_api_updating BOOLEAN;
1014: --
1015: BEGIN
1016: --
1017: hr_utility.set_location ('Entering:' || l_proc, 5);
1018: --
1019: l_api_updating :=
1020: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
1021: p_object_version_number => p_object_version_number

Line 1055: hr_utility.set_location ('Leaving:' || l_proc, 10);

1051: --
1052: END IF;
1053:
1054: --
1055: hr_utility.set_location ('Leaving:' || l_proc, 10);
1056: --
1057: END chk_available_for_promotion;
1058:
1059: -- ----------------------------------------------------------------------------

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

1095: l_api_updating BOOLEAN;
1096: --
1097: BEGIN
1098: --
1099: hr_utility.set_location ('Entering:' || l_proc, 5);
1100: --
1101: l_api_updating :=
1102: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
1103: p_object_version_number => p_object_version_number

Line 1127: hr_utility.set_message (800, 'HR_51934_SUC_CHK_STATUS');

1123: THEN
1124: --
1125: -- raise error as does not exist as lookup
1126: --
1127: hr_utility.set_message (800, 'HR_51934_SUC_CHK_STATUS');
1128: hr_utility.raise_error;
1129: --
1130: END IF;
1131: --

Line 1128: hr_utility.raise_error;

1124: --
1125: -- raise error as does not exist as lookup
1126: --
1127: hr_utility.set_message (800, 'HR_51934_SUC_CHK_STATUS');
1128: hr_utility.raise_error;
1129: --
1130: END IF;
1131: --
1132: END IF;

Line 1137: hr_utility.set_location ('Leaving:' || l_proc, 10);

1133: --
1134: END IF;
1135:
1136: --
1137: hr_utility.set_location ('Leaving:' || l_proc, 10);
1138: --
1139: END chk_plan_status;
1140:
1141: --

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

1174: l_api_updating BOOLEAN;
1175: --
1176: BEGIN
1177: --
1178: hr_utility.set_location ('Entering:' || l_proc, 5);
1179: --
1180: l_api_updating :=
1181: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
1182: p_object_version_number => p_object_version_number

Line 1200: hr_utility.set_message (800, 'HR_51935_SUC_CHK_PERCENT');

1196: THEN
1197: --
1198: -- raise error as position does not exist as of effective date.
1199: --
1200: hr_utility.set_message (800, 'HR_51935_SUC_CHK_PERCENT');
1201: hr_utility.raise_error;
1202: END IF;
1203: --
1204: END IF;

Line 1201: hr_utility.raise_error;

1197: --
1198: -- raise error as position does not exist as of effective date.
1199: --
1200: hr_utility.set_message (800, 'HR_51935_SUC_CHK_PERCENT');
1201: hr_utility.raise_error;
1202: END IF;
1203: --
1204: END IF;
1205:

Line 1207: hr_utility.set_location (' Leaving:' || l_proc, 10);

1203: --
1204: END IF;
1205:
1206: --
1207: hr_utility.set_location (' Leaving:' || l_proc, 10);
1208: --
1209: END chk_readiness_percentage;
1210:
1211: -- ----------------------------------------------------------------------------

Line 1267: hr_utility.set_message (801, 'HR_52005_SUC_CHK_DATE');

1263: IF (person_start_details%NOTFOUND)
1264: THEN
1265: CLOSE person_start_details;
1266:
1267: hr_utility.set_message (801, 'HR_52005_SUC_CHK_DATE');
1268: hr_utility.raise_error;
1269: ELSE
1270: CLOSE person_start_details;
1271: END IF;

Line 1268: hr_utility.raise_error;

1264: THEN
1265: CLOSE person_start_details;
1266:
1267: hr_utility.set_message (801, 'HR_52005_SUC_CHK_DATE');
1268: hr_utility.raise_error;
1269: ELSE
1270: CLOSE person_start_details;
1271: END IF;
1272: END;

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

1336: );
1337: --
1338: BEGIN
1339: --
1340: hr_utility.set_location ('Entering:' || l_proc, 5);
1341: --
1342: l_api_updating :=
1343: per_suc_shd.api_updating (p_succession_plan_id => p_succession_plan_id,
1344: p_object_version_number => p_object_version_number

Line 1385: hr_utility.set_location (' Leaving:' || l_proc, 10);

1381: --
1382: END IF;
1383:
1384: --
1385: hr_utility.set_location (' Leaving:' || l_proc, 10);
1386: --
1387: END chk_date;
1388:
1389: --

Line 1426: hr_utility.set_location ('Entering:' || l_proc, 10);

1422: --
1423: l_proc VARCHAR2 (72) := g_package || 'chk_df';
1424: --
1425: BEGIN
1426: hr_utility.set_location ('Entering:' || l_proc, 10);
1427:
1428: --
1429: IF ( (p_rec.succession_plan_id IS NOT NULL)
1430: AND ( NVL (per_suc_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

Line 1530: hr_utility.set_location (' Leaving:' || l_proc, 20);

1526: );
1527: END IF;
1528:
1529: --
1530: hr_utility.set_location (' Leaving:' || l_proc, 20);
1531: END chk_df;
1532:
1533: --
1534: -- ----------------------------------------------------------------------------

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

1539: --
1540: l_proc VARCHAR2 (72) := g_package || 'insert_validate';
1541: --
1542: BEGIN
1543: hr_utility.set_location ('Entering:' || l_proc, 5);
1544: --
1545: hr_api.validate_bus_grp_id (p_rec.business_group_id); -- Validate Bus Grp
1546: --
1547: -- Call all supporting business operations

Line 1671: hr_utility.set_location (' Leaving:' || l_proc, 10);

1667: -- call descriptive flexfield validation routines
1668: --
1669: per_suc_bus.chk_df (p_rec => p_rec);
1670: --
1671: hr_utility.set_location (' Leaving:' || l_proc, 10);
1672: END insert_validate;
1673:
1674: --
1675: -- ----------------------------------------------------------------------------

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

1680: --
1681: l_proc VARCHAR2 (72) := g_package || 'update_validate';
1682: --
1683: BEGIN
1684: hr_utility.set_location ('Entering:' || l_proc, 5);
1685: --
1686: hr_api.validate_bus_grp_id (p_rec.business_group_id); -- Validate Bus Grp
1687: --
1688: -- Call all supporting business operations

Line 1814: hr_utility.set_location (' Leaving:' || l_proc, 10);

1810: -- call descriptive flexfield validation routines
1811: --
1812: per_suc_bus.chk_df (p_rec => p_rec);
1813: --
1814: hr_utility.set_location (' Leaving:' || l_proc, 10);
1815: END update_validate;
1816:
1817: --
1818: -- ----------------------------------------------------------------------------

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

1823: --
1824: l_proc VARCHAR2 (72) := g_package || 'delete_validate';
1825: --
1826: BEGIN
1827: hr_utility.set_location ('Entering:' || l_proc, 5);
1828: --
1829: -- Call all supporting business operations
1830: --
1831: hr_utility.set_location (' Leaving:' || l_proc, 10);

Line 1831: hr_utility.set_location (' Leaving:' || l_proc, 10);

1827: hr_utility.set_location ('Entering:' || l_proc, 5);
1828: --
1829: -- Call all supporting business operations
1830: --
1831: hr_utility.set_location (' Leaving:' || l_proc, 10);
1832: END delete_validate;
1833: --
1834: END per_suc_bus;