DBA Data[Home] [Help]

APPS.PQH_VLE_BUS dependencies on PER_BUSINESS_GROUPS

Line 29: from per_business_groups pbg

25: -- Declare cursor
26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id
29: from per_business_groups pbg
30: , pqh_fr_validation_events vle
31: , pqh_fr_validations vld
32: where vld.validation_id = vle.validation_id
33: and vle.validation_event_id = p_validation_event_id

Line 95: from per_business_groups pbg

91: -- Declare cursor
92: --
93: cursor csr_leg_code is
94: select pbg.legislation_code
95: from per_business_groups pbg
96: , pqh_fr_validation_events vle
97: , pqh_fr_validations vld
98: where vld.validation_id = vle.validation_id
99: and vle.validation_event_id = p_validation_event_id