DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on HR_SOFT_CODING_KEYFLEX

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

204: -- set cache entry at current index location
205: g_cache_bnb_rec(l_index):=p_rec;
206: end set_object;
207: --
208: procedure set_object(p_rec in out NOCOPY hr_soft_coding_keyflex%rowtype) is
209: --
210: l_proc varchar2(80) := g_package||'set_object hsc';
211: l_index pls_integer;
212: --

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

1750: end set_pad_object;
1751: --
1752: procedure set_hsc_object
1753: (p_soft_coding_keyflex_id in number,
1754: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is
1755: --
1756: l_proc varchar2(80) := g_package||'set_hsc_object';
1757: --
1758: cursor c1 is

Line 1760: from hr_soft_coding_keyflex hsc

1756: l_proc varchar2(80) := g_package||'set_hsc_object';
1757: --
1758: cursor c1 is
1759: select hsc.*
1760: from hr_soft_coding_keyflex hsc
1761: where hsc.soft_coding_keyflex_id = p_soft_coding_keyflex_id;
1762: --
1763: l_rec hr_soft_coding_keyflex%rowtype;
1764: --115.23 - comment out unneeded record

Line 1763: l_rec hr_soft_coding_keyflex%rowtype;

1759: select hsc.*
1760: from hr_soft_coding_keyflex hsc
1761: where hsc.soft_coding_keyflex_id = p_soft_coding_keyflex_id;
1762: --
1763: l_rec hr_soft_coding_keyflex%rowtype;
1764: --115.23 - comment out unneeded record
1765: --
1766: begin
1767: --

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

2307: --
2308: end get_object;
2309: --
2310: procedure get_object(p_soft_coding_keyflex_id in number,
2311: p_rec in out nocopy hr_soft_coding_keyflex%rowtype) is
2312: --
2313: l_proc varchar2(80) := g_package||'get_object hsc';
2314: l_index pls_integer;
2315: --l_not_hash_found boolean;

Line 2316: --l_rec hr_soft_coding_keyflex%rowtype;

2312: --
2313: l_proc varchar2(80) := g_package||'get_object hsc';
2314: l_index pls_integer;
2315: --l_not_hash_found boolean;
2316: --l_rec hr_soft_coding_keyflex%rowtype;
2317: --
2318: begin
2319: --
2320: -- hr_utility.set_location('Entering '||l_proc,10);

Line 3654: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

3650: l_cache_last_date_rec g_person_date_info_rec;
3651: l_cache_last_fte_rec g_person_fte_info_rec;
3652: l_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
3653: l_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
3654: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;
3655: --
3656: begin
3657: --
3658: g_cache_per_rec.delete;

Line 3717: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;

3713: l_cache_last_date_rec g_person_date_info_rec;
3714: l_cache_last_fte_rec g_person_fte_info_rec;
3715: l_cache_last_bal_rec ben_per_bnfts_bal_f%rowtype;
3716: l_cache_last_bnb_rec ben_bnfts_bal_f%rowtype;
3717: l_cache_last_hsc_rec hr_soft_coding_keyflex%rowtype;
3718: --
3719: begin
3720: --
3721: if g_cache_per_rec.count > 10