DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PER_BUSINESS_GROUPS

Line 4589: from per_business_groups

4585: select *
4586: from pay_cost_allocation_keyflex
4587: where cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
4588: and to_char(id_flex_num) in (select cost_allocation_structure
4589: from per_business_groups
4590: where business_group_id = p_business_group_id);
4591: --
4592: begin
4593: --

Line 4791: from per_business_groups

4787: select *
4788: from pay_cost_allocation_keyflex
4789: where cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
4790: and to_char(id_flex_num) in (select cost_allocation_structure
4791: from per_business_groups
4792: where business_group_id = p_business_group_id);
4793: --
4794: --
4795: cursor c0 is