DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PAY_COST_ALLOCATION_KEYFLEX

Line 4546: from pay_cost_allocation_keyflex

4542: --
4543: --
4544: cursor c_cost_allocation_keyflex(p_cost_allocation_keyflex_id number) is
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);

Line 4748: from pay_cost_allocation_keyflex

4744: where assignment_id = p_assignment_id;
4745: --
4746: cursor c_cost_allocation_keyflex(p_cost_allocation_keyflex_id number) is
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);