DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on HR_SOFT_CODING_KEYFLEX

Line 230: procedure set_object(p_rec in out NOCOPY hr_soft_coding_keyflex%rowtype) is

226: -- set cache entry at current index location
227: g_cache_bnb_rec(l_index):=p_rec;
228: end set_object;
229: --
230: procedure set_object(p_rec in out NOCOPY hr_soft_coding_keyflex%rowtype) is
231: --
232: l_proc varchar2(80) := g_package||'set_object hsc';
233: l_index pls_integer;
234: --

Line 1808: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is

1804: end set_pad_object;
1805: --
1806: procedure set_hsc_object
1807: (p_soft_coding_keyflex_id in number,
1808: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is
1809: --
1810: l_proc varchar2(80) := g_package||'set_hsc_object';
1811: --
1812: cursor c1 is

Line 1814: from hr_soft_coding_keyflex hsc

1810: l_proc varchar2(80) := g_package||'set_hsc_object';
1811: --
1812: cursor c1 is
1813: select hsc.*
1814: from hr_soft_coding_keyflex hsc
1815: where hsc.soft_coding_keyflex_id = p_soft_coding_keyflex_id;
1816: --
1817: l_rec hr_soft_coding_keyflex%rowtype;
1818: --115.23 - comment out unneeded record

Line 1817: l_rec hr_soft_coding_keyflex%rowtype;

1813: select hsc.*
1814: from hr_soft_coding_keyflex hsc
1815: where hsc.soft_coding_keyflex_id = p_soft_coding_keyflex_id;
1816: --
1817: l_rec hr_soft_coding_keyflex%rowtype;
1818: --115.23 - comment out unneeded record
1819: --
1820: begin
1821: --

Line 2365: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is

2361: --
2362: end get_object;
2363: --
2364: procedure get_object(p_soft_coding_keyflex_id in number,
2365: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is
2366: --
2367: l_proc varchar2(80) := g_package||'get_object hsc';
2368: l_index pls_integer;
2369: --l_not_hash_found boolean;

Line 2370: --l_rec hr_soft_coding_keyflex%rowtype;

2366: --
2367: l_proc varchar2(80) := g_package||'get_object hsc';
2368: l_index pls_integer;
2369: --l_not_hash_found boolean;
2370: --l_rec hr_soft_coding_keyflex%rowtype;
2371: --
2372: begin
2373: --
2374: -- hr_utility.set_location('Entering '||l_proc,10);

Line 3809: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

3805: l_cache_last_date_rec g_person_date_info_rec;
3806: l_cache_last_fte_rec g_person_fte_info_rec;
3807: l_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
3808: l_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
3809: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;
3810: --
3811: begin
3812: --
3813: g_cache_per_rec.delete;

Line 3872: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

3868: l_cache_last_date_rec g_person_date_info_rec;
3869: l_cache_last_fte_rec g_person_fte_info_rec;
3870: l_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
3871: l_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
3872: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;
3873: --
3874: begin
3875: --
3876: if g_cache_per_rec.count > 10