DBA Data[Home] [Help]

APPS.PQP_GB_SCOTLAND_LGPS_PENSIONPY dependencies on PQP_CONFIGURATION_VALUES

Line 337: From pqp_configuration_values

333: --7369484 Changed to Scottish configuration value
334: cursor c_pqp_formula_element_det
335: is
336: select distinct PCV_INFORMATION1
337: From pqp_configuration_values
338: where pcv_information_category = 'PQP_GB_LGPS_SCOTLAND_FF_INFO'
339: AND business_group_id=p_business_group_id; --New business group specific Condition is added in this cursor for bug 6856733
340:
341: --6666135 End