DBA Data[Home] [Help]

APPS.PQH_PSU_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 30: from per_business_groups_perf pbg

26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pqh_fr_stat_situations sts
32: where
33: sts.statutory_situation_id = p_statutory_situation_id
34: and pbg.business_group_id = sts.business_group_id;

Line 101: from per_business_groups_perf pbg

97: -- Declare cursor
98: --
99: cursor csr_leg_code is
100: select pbg.legislation_code
101: from per_business_groups_perf pbg
102: , pqh_fr_emp_stat_situations psu
103: , pqh_fr_stat_situations sts
104: where psu.emp_stat_situation_id = p_emp_stat_situation_id
105: and psu.statutory_situation_id = sts.statutory_situation_id