DBA Data[Home] [Help]

APPS.BIS_PMV_PARAMETERS_PUB dependencies on AK_CUSTOM_REGIONS_TL

Line 173: delete from AK_CUSTOM_REGIONS_TL

169: IF SQL%NOTFOUND THEN
170: NULL;
171: END IF;
172:
173: delete from AK_CUSTOM_REGIONS_TL
174: where CUSTOMIZATION_APPLICATION_ID = cr.customization_application_id
175: and CUSTOMIZATION_CODE = cr.customization_code
176: and REGION_APPLICATION_ID = p_region_application_id
177: and REGION_CODE = p_region_code;