DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PER_BUSINESS_GROUPS

Line 4549: from per_business_groups

4545: select *
4546: from pay_cost_allocation_keyflex
4547: where cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
4548: and to_char(id_flex_num) in (select cost_allocation_structure
4549: from per_business_groups
4550: where business_group_id = p_business_group_id);
4551: --
4552: begin
4553: --

Line 4751: from per_business_groups

4747: select *
4748: from pay_cost_allocation_keyflex
4749: where cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
4750: and to_char(id_flex_num) in (select cost_allocation_structure
4751: from per_business_groups
4752: where business_group_id = p_business_group_id);
4753: --
4754: --
4755: cursor c0 is