DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PAY_COST_ALLOCATION_KEYFLEX

Line 4586: from pay_cost_allocation_keyflex

4582: --
4583: --
4584: cursor c_cost_allocation_keyflex(p_cost_allocation_keyflex_id number) is
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);

Line 4788: from pay_cost_allocation_keyflex

4784: where assignment_id = p_assignment_id;
4785: --
4786: cursor c_cost_allocation_keyflex(p_cost_allocation_keyflex_id number) is
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);