DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_BUSINESS_GROUPS

Line 565: per_business_groups pbg

561: begin
562: select plr.rule_mode
563: into g_asg_info.adj_ee_source
564: from pay_legislation_rules plr,
565: per_business_groups pbg
566: where pbg.business_group_id = g_asg_info.business_group_id
567: and pbg.legislation_code = plr.legislation_code
568: and plr.rule_type = 'ADJUSTMENT_EE_SOURCE';
569: exception

Line 2496: from per_business_groups_perf bg

2492: cursor csr_valid_id_flex_num
2493: ( p_cost_allocation_keyflex_id number
2494: , p_business_group_id number) is
2495: select null
2496: from per_business_groups_perf bg
2497: , pay_cost_allocation_keyflex cak
2498: where cak.cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
2499: and bg.business_group_id = p_business_group_id
2500: and to_char(cak.id_flex_num) = bg.cost_allocation_structure;