DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_BUSINESS_GROUPS_PERF

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;