DBA Data[Home] [Help]

APPS.BEN_XRD_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_xrd_shd.g_api_dml := true; -- Set the api dml status
62: --

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

706: );
707: --
708: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: Exception
712: When hr_api.check_integrity_violated Then
713: -- A check constraint has been violated
714: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status

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

772: --
773: Cursor C_Sel1 is select ben_ext_rslt_dtl_s.nextval from sys.dual;
774: --
775: Begin
776: hr_utility.set_location('Entering:'||l_proc, 5);
777: --
778: --
779: -- Select the next sequence number
780: --

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

781: Open C_Sel1;
782: Fetch C_Sel1 Into p_rec.ext_rslt_dtl_id;
783: Close C_Sel1;
784: --
785: hr_utility.set_location(' Leaving:'||l_proc, 10);
786: End pre_insert;
787: --
788: -- ----------------------------------------------------------------------------
789: -- |-----------------------------< post_insert >------------------------------|

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

821: --
822: l_proc varchar2(72) := g_package||'post_insert';
823: --
824: Begin
825: hr_utility.set_location('Entering:'||l_proc, 5);
826: --
827: --
828: -- Start of API User Hook for post_insert.
829: --

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

1164: --
1165: -- End of API User Hook for post_insert.
1166: --
1167: --
1168: hr_utility.set_location(' Leaving:'||l_proc, 10);
1169: End post_insert;
1170: --
1171: -- ----------------------------------------------------------------------------
1172: -- |---------------------------------< ins >----------------------------------|

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

1178: --
1179: l_proc varchar2(72) := g_package||'ins';
1180: --
1181: Begin
1182: hr_utility.set_location('Entering:'||l_proc, 5);
1183: --
1184: -- Call the supporting insert validate operations
1185: --
1186: ben_xrd_bus.insert_validate(p_rec);

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

1527: l_rec ben_xrd_shd.g_rec_type;
1528: l_proc varchar2(72) := g_package||'ins';
1529: --
1530: Begin
1531: hr_utility.set_location('Entering:'||l_proc, 5);
1532: --
1533: -- Call conversion function to turn arguments into the
1534: -- p_rec structure.
1535: --

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

1867: --
1868: p_ext_rslt_dtl_id := l_rec.ext_rslt_dtl_id;
1869: p_object_version_number := l_rec.object_version_number;
1870: --
1871: hr_utility.set_location(' Leaving:'||l_proc, 10);
1872: End ins;
1873: --
1874: end ben_xrd_ins;