DBA Data[Home] [Help]

APPS.PQH_CRD_BUS dependencies on PQH_CRITERIA_RATE_DEFN

Line 31: , pqh_criteria_rate_defn crd

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_criteria_rate_defn crd
32: where crd.criteria_rate_defn_id = p_criteria_rate_defn_id
33: and pbg.business_group_id (+) = crd.business_group_id;
34: --
35: -- Declare local variables

Line 101: , pqh_criteria_rate_defn crd

97: --
98: cursor csr_leg_code is
99: select pbg.legislation_code
100: from per_business_groups_perf pbg
101: , pqh_criteria_rate_defn crd
102: where crd.criteria_rate_defn_id = p_criteria_rate_defn_id
103: and pbg.business_group_id (+) = crd.business_group_id;
104: --
105: -- Declare local variables