DBA Data[Home] [Help]

APPS.PQP_GB_PCSPS_PENSIONPAY dependencies on PQP_CONFIGURATION_VALUES

Line 361: From pqp_configuration_values

357: --This cursor will fetch the formual and element details from the Configuration value
358: cursor c_pqp_formula_element_det
359: is
360: select distinct PCV_INFORMATION1
361: From pqp_configuration_values
362: where pcv_information_category = 'PQP_GB_PCSPS_FF_INFO'
363: AND business_group_id=p_business_group_id; --New business group specific Condition is added in this cursor for bug 6856733
364:
365: --6666135 End