DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on PER_BUSINESS_GROUPS

Line 28: from per_business_groups pbg

24: -- Declare cursor
25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , hr_all_organization_units oru
30: where oru.organization_id = p_organization_id
31: and pbg.business_group_id = oru.business_group_id;
32: --

Line 698: per_business_groups_perf pbg

694: --
695: CURSOR csr_cost_allocation_keyflex_id IS
696: SELECT 'Y'
697: FROM pay_cost_allocation_keyflex pcak,
698: per_business_groups_perf pbg
699: WHERE pcak.cost_allocation_keyflex_id = p_cost_allocation_keyflex_id
700: AND pbg.business_group_id = p_business_group_id
701: AND pbg.cost_allocation_structure = to_char(pcak.id_flex_num);
702: --