DBA Data[Home] [Help]

APPS.BEN_XRD_INS dependencies on BEN_EXT_RSLT_DTL

Line 63: -- Insert the row into: ben_ext_rslt_dtl

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: --
63: -- Insert the row into: ben_ext_rslt_dtl
64: --
65: insert into ben_ext_rslt_dtl
66: ( ext_rslt_dtl_id,
67: prmy_sort_val,

Line 65: insert into ben_ext_rslt_dtl

61: ben_xrd_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_ext_rslt_dtl
64: --
65: insert into ben_ext_rslt_dtl
66: ( ext_rslt_dtl_id,
67: prmy_sort_val,
68: scnd_sort_val,
69: thrd_sort_val,

Line 773: Cursor C_Sel1 is select ben_ext_rslt_dtl_s.nextval from sys.dual;

769: Procedure pre_insert(p_rec in out nocopy ben_xrd_shd.g_rec_type) is
770: --
771: l_proc varchar2(72) := g_package||'pre_insert';
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: --

Line 1160: (p_module_name => 'ben_ext_rslt_dtl'

1156: --
1157: when hr_api.cannot_find_prog_unit then
1158: --
1159: hr_api.cannot_find_prog_unit_error
1160: (p_module_name => 'ben_ext_rslt_dtl'
1161: ,p_hook_type => 'AI');
1162: --
1163: end;
1164: --