DBA Data[Home] [Help]

APPS.PQH_STS_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 32: from per_business_groups_perf pbg

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

Line 111: from per_business_groups_perf pbg

107: -- Declare cursor
108: --
109: cursor csr_leg_code is
110: select pbg.legislation_code
111: from per_business_groups_perf pbg
112: , pqh_fr_stat_situations sts
113: where sts.statutory_situation_id = p_statutory_situation_id
114: and pbg.business_group_id = sts.business_group_id;
115: --