DBA Data[Home] [Help]

APPS.OKC_QCL_PVT dependencies on FND_APPLICATION_VL

Line 863: FROM fnd_application_vl

859: AND id <> p_qclv_rec.id;
860:
861: CURSOR cur_app_name is
862: SELECT application_name
863: FROM fnd_application_vl
864: WHERE application_id = p_qclv_rec.application_id;
865:
866: l_row_found BOOLEAN := FALSE;
867: l_default VARCHAR2(1);