DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT dependencies on BEN_OIPLIP_F

Line 307: procedure set_object(p_rec in out nocopy ben_oiplip_f%rowtype) is

303: g_cache_opt_rec(l_index):=p_rec;
304: --
305: end set_object;
306: --
307: procedure set_object(p_rec in out nocopy ben_oiplip_f%rowtype) is
308: --
309: l_proc varchar2(80) := g_package||'set_object oiplip ';
310: l_index pls_integer;
311: --l_not_hash_found boolean;

Line 693: p_rec in out NOCOPY ben_oiplip_f%rowtype) is

689: --
690: procedure set_object(p_oiplip_id in number,
691: p_business_group_id in number,
692: p_effective_date in date,
693: p_rec in out NOCOPY ben_oiplip_f%rowtype) is
694: --
695: l_proc varchar2(80) := g_package||'set_object alt oiplip';
696: --
697: cursor c1 is

Line 699: from ben_oiplip_f opp

695: l_proc varchar2(80) := g_package||'set_object alt oiplip';
696: --
697: cursor c1 is
698: select opp.*
699: from ben_oiplip_f opp
700: where opp.oiplip_id = p_oiplip_id
701: and opp.business_group_id = p_business_group_id
702: and p_effective_date
703: between opp.effective_start_date

Line 706: --l_rec ben_oiplip_f%rowtype;

702: and p_effective_date
703: between opp.effective_start_date
704: and opp.effective_end_date;
705: --
706: --l_rec ben_oiplip_f%rowtype;
707: --
708: begin
709: --
710: -- 1) Get record from database.

Line 1157: p_rec in out NOCOPY ben_oiplip_f%rowtype) is

1153: --
1154: end get_object;
1155: --
1156: procedure get_object(p_oiplip_id in number,
1157: p_rec in out NOCOPY ben_oiplip_f%rowtype) is
1158: --
1159: l_proc varchar2(80) := g_package||'get_object oiplip';
1160: l_index pls_integer;
1161: --l_not_hash_found boolean;

Line 1163: --l_rec ben_oiplip_f%rowtype;

1159: l_proc varchar2(80) := g_package||'get_object oiplip';
1160: l_index pls_integer;
1161: --l_not_hash_found boolean;
1162: l_env ben_env_object.g_global_env_rec_type;
1163: --l_rec ben_oiplip_f%rowtype;
1164: --
1165: begin
1166: --
1167: -- hr_utility.set_location('Entering '||l_proc,10);

Line 1460: l_oiplip_rec ben_oiplip_f%rowtype;

1456: --
1457: procedure clear_down_cache is
1458: --
1459: l_opt_rec ben_opt_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;