DBA Data[Home] [Help]

APPS.PQP_SHP_BUS dependencies on PQP_SERVICE_HISTORY_PERIODS

Line 29: , pqp_service_history_periods shp

25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , pqp_service_history_periods shp
30: where shp.service_history_period_id = p_service_history_period_id
31: and pbg.business_group_id = shp.business_group_id;
32: --
33: -- Declare local variables

Line 89: , pqp_service_history_periods shp

85: --
86: cursor csr_leg_code is
87: select pbg.legislation_code
88: from per_business_groups pbg
89: , pqp_service_history_periods shp
90: where shp.service_history_period_id = p_service_history_period_id
91: and pbg.business_group_id = shp.business_group_id;
92: --
93: -- Declare local variables