DBA Data[Home] [Help]

APPS.OKC_PDF_PVT dependencies on FND_LOOKUPS

Line 807: from fnd_lookups

803: p_pdfv_rec IN pdfv_rec_type) IS
804:
805: Cursor usage_cur(p_usage IN VARCHAR2) IS
806: select lookup_code
807: from fnd_lookups
808: where lookup_type = 'OKC_PROCESS_USAGE_TYPES'
809: and lookup_code = p_usage;
810: l_usage VARCHAR2(250);
811: BEGIN