DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT dependencies on BEN_PTIP_F

Line 218: procedure set_object(p_rec in out nocopy ben_ptip_f%rowtype) is

214: g_cache_plip_rec(l_index):=p_rec;
215: --
216: end set_object;
217: --
218: procedure set_object(p_rec in out nocopy ben_ptip_f%rowtype) is
219: --
220: l_proc varchar2(80) := g_package||'set_object ptip';
221: l_index pls_integer;
222: --l_not_hash_found boolean;

Line 583: p_rec in out NOCOPY ben_ptip_f%rowtype) is

579: --
580: procedure set_object(p_ptip_id in number,
581: p_business_group_id in number,
582: p_effective_date in date,
583: p_rec in out NOCOPY ben_ptip_f%rowtype) is
584: --
585: l_proc varchar2(80) := g_package||'set_object ptip';
586: --
587: cursor c1 is

Line 589: from ben_ptip_f ctp

585: l_proc varchar2(80) := g_package||'set_object ptip';
586: --
587: cursor c1 is
588: select ctp.*
589: from ben_ptip_f ctp
590: where ctp.ptip_id = p_ptip_id
591: and ctp.business_group_id = p_business_group_id
592: and p_effective_date
593: between ctp.effective_start_date

Line 596: l_rec ben_ptip_f%rowtype;

592: and p_effective_date
593: between ctp.effective_start_date
594: and ctp.effective_end_date;
595: --
596: l_rec ben_ptip_f%rowtype;
597: --
598: begin
599: --
600: -- hr_utility.set_location('Entering '||l_proc,10);

Line 1020: p_rec in out nocopy ben_ptip_f%rowtype) is

1016: --
1017: end get_object;
1018: --
1019: procedure get_object(p_ptip_id in number,
1020: p_rec in out nocopy ben_ptip_f%rowtype) is
1021: --
1022: l_proc varchar2(80) := g_package||'get_object ptip';
1023: l_index pls_integer;
1024: --l_not_hash_found boolean;

Line 1026: --l_rec ben_ptip_f%rowtype;

1022: l_proc varchar2(80) := g_package||'get_object ptip';
1023: l_index pls_integer;
1024: --l_not_hash_found boolean;
1025: l_env ben_env_object.g_global_env_rec_type;
1026: --l_rec ben_ptip_f%rowtype;
1027: --
1028: begin
1029: --
1030: -- hr_utility.set_location('Entering '||l_proc,10);

Line 1464: l_ptip_rec ben_ptip_f%rowtype;

1460: l_oiplip_rec ben_oiplip_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: --