DBA Data[Home] [Help]

APPS.BEN_CRT_INS dependencies on BEN_CRT_ORDR

Line 63: -- Insert the row into: ben_crt_ordr

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_crt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_crt_ordr
64: --
65: insert into ben_crt_ordr
66: ( crt_ordr_id,
67: crt_ordr_typ_cd,

Line 65: insert into ben_crt_ordr

61: ben_crt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_crt_ordr
64: --
65: insert into ben_crt_ordr
66: ( crt_ordr_id,
67: crt_ordr_typ_cd,
68: apls_perd_endg_dt,
69: apls_perd_strtg_dt,

Line 239: Cursor C_Sel1 is select ben_crt_ordr_s.nextval from sys.dual;

235: Procedure pre_insert(p_rec in out nocopy ben_crt_shd.g_rec_type) is
236: --
237: l_proc varchar2(72) := g_package||'pre_insert';
238: --
239: Cursor C_Sel1 is select ben_crt_ordr_s.nextval from sys.dual;
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --

Line 382: (p_module_name => 'ben_crt_ordr'

378: --
379: when hr_api.cannot_find_prog_unit then
380: --
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'ben_crt_ordr'
383: ,p_hook_type => 'AI');
384: --
385: end;
386: --