DBA Data[Home] [Help]

APPS.PQP_GB_LGPS_PENSIONPAY dependencies on PQP_CONFIGURATION_VALUES

Line 335: From pqp_configuration_values

331: --This cursor will fetch the formual and element details from the Configuration value
332: cursor c_pqp_formula_element_det
333: is
334: select distinct PCV_INFORMATION1
335: From pqp_configuration_values
336: where pcv_information_category = 'PQP_GB_LGPS_FF_INFO'
337: AND business_group_id=p_business_group_id; --New business group specific Condition is added in this cursor for bug 6856733
338:
339: --6666135 End