DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT dependencies on BEN_OIPL_F

Line 132: procedure set_object(p_rec in out nocopy ben_oipl_f%rowtype) is

128: g_cache_pl_rec(l_index):=p_rec;
129: --
130: end set_object;
131: --
132: procedure set_object(p_rec in out nocopy ben_oipl_f%rowtype) is
133: --
134: l_proc varchar2(80) := g_package||'set_object oipl ';
135: l_index pls_integer;
136: --l_not_hash_found boolean;

Line 469: p_rec in out NOCOPY ben_oipl_f%rowtype) is

465: --
466: procedure set_object(p_oipl_id in number,
467: p_business_group_id in number,
468: p_effective_date in date,
469: p_rec in out NOCOPY ben_oipl_f%rowtype) is
470: --
471: l_proc varchar2(80) := g_package||'set_object alt oipl';
472: --
473: cursor c1 is

Line 475: from ben_oipl_f cop

471: l_proc varchar2(80) := g_package||'set_object alt oipl';
472: --
473: cursor c1 is
474: select cop.*
475: from ben_oipl_f cop
476: where cop.oipl_id = p_oipl_id
477: and cop.business_group_id = p_business_group_id
478: and p_effective_date
479: between cop.effective_start_date

Line 482: --l_rec ben_oipl_f%rowtype;

478: and p_effective_date
479: between cop.effective_start_date
480: and cop.effective_end_date;
481: --
482: --l_rec ben_oipl_f%rowtype;
483: --
484: begin
485: --
486: -- hr_utility.set_location('Entering '||l_proc,10);

Line 884: p_rec in out NOCOPY ben_oipl_f%rowtype) is

880: --
881: end get_object;
882: --
883: procedure get_object(p_oipl_id in number,
884: p_rec in out NOCOPY ben_oipl_f%rowtype) is
885: --
886: l_proc varchar2(80) := g_package||'get_object oipl';
887: l_index pls_integer;
888: --l_not_hash_found boolean;

Line 890: --l_rec ben_oipl_f%rowtype;

886: l_proc varchar2(80) := g_package||'get_object oipl';
887: l_index pls_integer;
888: --l_not_hash_found boolean;
889: l_env ben_env_object.g_global_env_rec_type;
890: --l_rec ben_oipl_f%rowtype;
891: --
892: begin
893: --
894: -- hr_utility.set_location('Entering '||l_proc,10);

Line 1465: l_oipl_rec ben_oipl_f%rowtype;

1461: l_pgm_rec ben_pgm_f%rowtype;
1462: l_pl_rec ben_pl_f%rowtype;
1463: l_plip_rec ben_plip_f%rowtype;
1464: l_ptip_rec ben_ptip_f%rowtype;
1465: l_oipl_rec ben_oipl_f%rowtype;
1466: --
1467: begin
1468: --
1469: g_cache_pgm_rec.delete;