DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on PQP_CONFIGURATION_VALUES

Line 4184: FROM pqp_configuration_Values

4180: --- to fix bug 3102049
4181: CURSOR cur_is_old_ele_name(p_ele_name IN VARCHAR2)
4182: IS
4183: SELECT pcv_information1 ele_name
4184: FROM pqp_configuration_Values
4185: WHERE pcv_information_category='PQP_FEDHR_ELEMENT'
4186: AND business_group_id is NULL and legislation_code='US'
4187: AND upper(pcv_information1)=upper(p_ele_name);
4188: