DBA Data[Home] [Help]

APPS.BEN_ORG_OBJECT dependencies on PAY_ALL_PAYROLLS_F

Line 119: procedure set_object(p_rec in out NOCOPY pay_all_payrolls_f%rowtype) is

115: g_cache_org_rec(l_index):=p_rec;
116: --
117: end set_object;
118: --
119: procedure set_object(p_rec in out NOCOPY pay_all_payrolls_f%rowtype) is
120: --
121: l_proc varchar2(80) := g_package||'set_object';
122: l_index pls_integer;
123: --l_not_hash_found boolean;

Line 305: p_rec in out nocopy pay_all_payrolls_f%rowtype) is

301: procedure set_pay_object
302: (p_payroll_id in number,
303: p_business_group_id in number,
304: p_effective_date in date,
305: p_rec in out nocopy pay_all_payrolls_f%rowtype) is
306: --
307: l_proc varchar2(80) := g_package||'set_pay_object';
308: --
309: cursor c1 is

Line 311: from pay_all_payrolls_f pay

307: l_proc varchar2(80) := g_package||'set_pay_object';
308: --
309: cursor c1 is
310: select pay.*
311: from pay_all_payrolls_f pay
312: where pay.payroll_id = p_payroll_id
313: and pay.business_group_id = p_business_group_id
314: and p_effective_date
315: between pay.effective_start_date

Line 318: --l_rec pay_all_payrolls_f%rowtype;

314: and p_effective_date
315: between pay.effective_start_date
316: and pay.effective_end_date;
317: --115.2 remove additional declaration
318: --l_rec pay_all_payrolls_f%rowtype;
319: --
320: begin
321: --
322: --hr_utility.set_location('Entering '||l_proc,10);

Line 530: p_rec in out nocopy pay_all_payrolls_f%rowtype) is

526: --
527: end get_object;
528: --
529: procedure get_object(p_payroll_id in number,
530: p_rec in out nocopy pay_all_payrolls_f%rowtype) is
531: --
532: l_proc varchar2(80) := g_package||'get_object';
533: l_index pls_integer;
534: --l_not_hash_found boolean;

Line 536: --l_rec pay_all_payrolls_f%rowtype;

532: l_proc varchar2(80) := g_package||'get_object';
533: l_index pls_integer;
534: --l_not_hash_found boolean;
535: l_env ben_env_object.g_global_env_rec_type;
536: --l_rec pay_all_payrolls_f%rowtype;
537: --
538: begin
539: --
540: --hr_utility.set_location('Entering '||l_proc,10);

Line 669: l_last_pay_rec pay_all_payrolls_f%rowtype;

665: procedure clear_down_cache is
666: --
667: l_last_bus_rec per_business_groups%rowtype;
668: l_last_org_rec hr_all_organization_units%rowtype;
669: l_last_pay_rec pay_all_payrolls_f%rowtype;
670: l_last_ben_rec ben_benfts_grp%rowtype;
671: --
672: begin
673: --