DBA Data[Home] [Help]

APPS.BEN_CRT_UPD dependencies on BEN_CRT_ORDR

Line 67: -- Update the ben_crt_ordr Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_crt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_crt_ordr Row
68: --
69: update ben_crt_ordr
70: set
71: crt_ordr_id = p_rec.crt_ordr_id,

Line 69: update ben_crt_ordr

65: ben_crt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_crt_ordr Row
68: --
69: update ben_crt_ordr
70: set
71: crt_ordr_id = p_rec.crt_ordr_id,
72: crt_ordr_typ_cd = p_rec.crt_ordr_typ_cd,
73: apls_perd_endg_dt = p_rec.apls_perd_endg_dt,

Line 376: (p_module_name => 'ben_crt_ordr'

372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'ben_crt_ordr'
377: ,p_hook_type => 'AU');
378: --
379: end;
380: --