DBA Data[Home] [Help]

APPS.BEN_LSF_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_lsf_shd.api_updating
47: (p_los_fctr_id => p_los_fctr_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_los_fctr_id;
75: --
76: -- ----------------------------------------------------------------------------

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

117: and a.effective_end_date;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_lsf_shd.api_updating
124: (p_los_fctr_id => p_los_fctr_id,
125: p_object_version_number => p_object_version_number);

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

148: close c1;
149: --
150: end if;
151: --
152: hr_utility.set_location('Leaving:'||l_proc,10);
153: --
154: End chk_oab_fast_formula_id;
155: --
156: */

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

189: l_api_updating boolean;
190: --
191: Begin
192: --
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: l_api_updating := ben_lsf_shd.api_updating
196: (p_los_fctr_id => p_los_fctr_id,
197: p_object_version_number => p_object_version_number);

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

217: end if;
218: --
219: end if;
220: --
221: hr_utility.set_location('Leaving:'||l_proc,10);
222: --
223: end chk_los_uom;
224: --
225: ------------------------------------------------------------------------

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

275: and ff.effective_end_date;
276: --
277: Begin
278: --
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: l_api_updating :=ben_lsf_shd.api_updating
282: (p_los_fctr_id => p_los_fctr_id,
283: --p_effective_date => p_effective_date,

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

314: close c1;
315: --
316: end if;
317: --
318: hr_utility.set_location('Leaving:'||l_proc,10);
319: --
320: end chk_los_calc_rl;
321: --
322: -- ----------------------------------------------------------------------------

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

354: l_api_updating boolean;
355: --
356: Begin
357: --
358: hr_utility.set_location('Entering:'||l_proc, 5);
359: --
360: l_api_updating := ben_lsf_shd.api_updating
361: (p_los_fctr_id => p_los_fctr_id,
362: p_object_version_number => p_object_version_number);

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

384: end if;
385: --
386: end if;
387: --
388: hr_utility.set_location('Leaving:'||l_proc,10);
389: --
390: end chk_los_alt_val_to_use_cd;
391: --
392: -- ----------------------------------------------------------------------------

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

424: l_api_updating boolean;
425: --
426: Begin
427: --
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: l_api_updating := ben_lsf_shd.api_updating
431: (p_los_fctr_id => p_los_fctr_id,
432: p_object_version_number => p_object_version_number);

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

452: end if;
453: --
454: end if;
455: --
456: hr_utility.set_location('Leaving:'||l_proc,10);
457: --
458: end chk_los_dt_to_use_cd;
459: --
460: -- ----------------------------------------------------------------------------

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

492: l_api_updating boolean;
493: --
494: Begin
495: --
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: l_api_updating := ben_lsf_shd.api_updating
499: (p_los_fctr_id => p_los_fctr_id,
500: p_object_version_number => p_object_version_number);

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

520: end if;
521: --
522: end if;
523: --
524: hr_utility.set_location('Leaving:'||l_proc,10);
525: --
526: end chk_rndg_cd;
527: --
528: -- ----------------------------------------------------------------------------

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

560: l_api_updating boolean;
561: --
562: Begin
563: --
564: hr_utility.set_location('Entering:'||l_proc, 5);
565: --
566: l_api_updating := ben_lsf_shd.api_updating
567: (p_los_fctr_id => p_los_fctr_id,
568: p_object_version_number => p_object_version_number);

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

588: end if;
589: --
590: end if;
591: --
592: hr_utility.set_location('Leaving:'||l_proc,10);
593: --
594: end chk_los_det_cd;
595: --
596: Procedure chk_no_mn_los_num_apls_flag(p_los_fctr_id in number,

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

603: l_api_updating boolean;
604: --
605: Begin
606: --
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: l_api_updating := ben_lsf_shd.api_updating
610: (p_los_fctr_id => p_los_fctr_id,
611: -- p_effective_date => p_effective_date,

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

632: end if;
633: --
634: end if;
635: --
636: hr_utility.set_location('Leaving:'||l_proc,10);
637: --
638: end chk_no_mn_los_num_apls_flag;
639:
640:

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

648: l_api_updating boolean;
649: --
650: Begin
651: --
652: hr_utility.set_location('Entering:'||l_proc, 5);
653: --
654: l_api_updating := ben_lsf_shd.api_updating
655: (p_los_fctr_id => p_los_fctr_id,
656: -- p_effective_date => p_effective_date,

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

677: end if;
678: --
679: end if;
680: --
681: hr_utility.set_location('Leaving:'||l_proc,10);
682: --
683: end chk_no_mx_los_num_apls_flag;
684:
685:

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

740: and ff.effective_end_date;
741: --
742: Begin
743: --
744: hr_utility.set_location('Entering:'||l_proc, 5);
745: --
746: l_api_updating :=ben_lsf_shd.api_updating
747: (p_los_fctr_id => p_los_fctr_id,
748: -- p_effective_date => p_effective_date,

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

793: fnd_message.raise_error;
794: --
795: end if;
796: --
797: hr_utility.set_location('Leaving:'||l_proc,10);
798: --
799: end chk_los_det_rl;
800:
801:

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

856: and ff.effective_end_date;
857: --
858: Begin
859: --
860: hr_utility.set_location('Entering:'||l_proc, 5);
861: --
862: l_api_updating :=ben_lsf_shd.api_updating -- 888888
863: (p_los_fctr_id => p_los_fctr_id,
864: -- p_effective_date => p_effective_date,

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

907: --
908: end if;
909: --
910: --
911: hr_utility.set_location('Leaving:'||l_proc,10);
912: --
913: end chk_rndg_rl;
914:
915:

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

970: and ff.effective_end_date;
971: --
972: Begin
973: --
974: hr_utility.set_location('Entering:'||l_proc, 5);
975: --
976: l_api_updating :=ben_lsf_shd.api_updating -- 88888
977: (p_los_fctr_id => p_los_fctr_id,
978: -- p_effective_date => p_effective_date,

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

1021: fnd_message.raise_error;
1022: --
1023: end if;
1024: --
1025: hr_utility.set_location('Leaving:'||l_proc,10);
1026: --
1027: end chk_los_dt_to_use_rl;
1028:
1029: ------------------------------------------------------------------------

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

1071: where lsf.business_group_id = p_business_group_id and
1072: lsf.name = p_name;
1073: Begin
1074: --
1075: hr_utility.set_location('Entering:'||l_proc, 5);
1076: --
1077: l_api_updating := ben_lsf_shd.api_updating
1078: (p_los_fctr_id => p_los_fctr_id,
1079: -- p_effective_date => p_effective_date,

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

1107: --
1108: close c1;
1109: end if;
1110: --
1111: hr_utility.set_location('Leaving:'||l_proc,10);
1112: --
1113: end chk_name;
1114: --
1115: ------------------------------------------------------------------------

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

1158: l_dummy varchar2(1);
1159: --
1160: Begin
1161: --
1162: hr_utility.set_location('Entering:'||l_proc, 5);
1163: /*--
1164: -- los_calc_rl and (los_det_cd and los_dt_to_use_cd together) are
1165: -- mutually exclusive.
1166: --

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

1241: end if;
1242: end if;
1243: -- end if;
1244: --
1245: hr_utility.set_location('Leaving:'||l_proc,10);
1246: --
1247: end chk_mn_mx_los_num;
1248:
1249: --

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

1280: from ben_cmbn_age_los_fctr cla
1281: where cla.los_fctr_id = p_los_fctr_id;*/
1282: begin
1283: --
1284: hr_utility.set_location('Entering:'||l_proc, 5);
1285: --
1286:
1287: --
1288: /* open chk_cmbn_age_los_fctr;

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

1331: )) Then
1332: ben_utility.child_exists_error('ben_elig_los_prte_f');
1333: End If;
1334:
1335: hr_utility.set_location('Leaving:'||l_proc,10);
1336: --
1337: end chk_child_records;
1338:
1339: -- ----------------------------------------------------------------------------

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

1344: --
1345: l_proc varchar2(72) := g_package||'insert_validate';
1346: --
1347: Begin
1348: hr_utility.set_location('Entering:'||l_proc, 5);
1349: --
1350: -- Call all supporting business operations
1351: --
1352: --

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

1451: p_los_dt_to_use_cd => p_rec.los_dt_to_use_cd,
1452: p_object_version_number => p_rec.object_version_number);
1453: --
1454: --
1455: hr_utility.set_location(' Leaving:'||l_proc, 10);
1456: End insert_validate;
1457: --
1458: -- ----------------------------------------------------------------------------
1459: -- |---------------------------< update_validate >----------------------------|

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

1463: --
1464: l_proc varchar2(72) := g_package||'update_validate';
1465: --
1466: Begin
1467: hr_utility.set_location('Entering:'||l_proc, 5);
1468: --
1469: -- Call all supporting business operations
1470: --
1471: --

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

1570: p_los_dt_to_use_cd => p_rec.los_dt_to_use_cd,
1571: p_object_version_number => p_rec.object_version_number);
1572: --
1573: --
1574: hr_utility.set_location(' Leaving:'||l_proc, 10);
1575: End update_validate;
1576: --
1577: -- ----------------------------------------------------------------------------
1578: -- |---------------------------< delete_validate >----------------------------|

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

1582: --
1583: l_proc varchar2(72) := g_package||'delete_validate';
1584: --
1585: Begin
1586: hr_utility.set_location('Entering:'||l_proc, 5);
1587: --
1588: -- Call all supporting business operations
1589: chk_child_records(p_los_fctr_id => p_rec.los_fctr_id);
1590: --

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

1587: --
1588: -- Call all supporting business operations
1589: chk_child_records(p_los_fctr_id => p_rec.los_fctr_id);
1590: --
1591: hr_utility.set_location(' Leaving:'||l_proc, 10);
1592: End delete_validate;
1593: --
1594: --
1595: -- ---------------------------------------------------------------------------

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

1614: l_proc varchar2(72) := g_package||'return_legislation_code';
1615: --
1616: begin
1617: --
1618: hr_utility.set_location('Entering:'|| l_proc, 10);
1619: --
1620: -- Ensure that all the mandatory parameter are not null
1621: --
1622: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

1639: end if;
1640: --
1641: close csr_leg_code;
1642: --
1643: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1644: --
1645: return l_legislation_code;
1646: --
1647: end return_legislation_code;