DBA Data[Home] [Help]

APPS.GHR_NFC_POSITION_EXTRACTS dependencies on PQP_EXTRACT_ATTRIBUTES

Line 408: FROM pqp_extract_attributes pea

404: ,p_ext_rslt_id IN NUMBER DEFAULT NULL ) IS
405:
406: CURSOR csr_ext_dfn_id( c_extract_name in varchar2) IS
407: SELECT pea.ext_dfn_id ext_dfn_id
408: FROM pqp_extract_attributes pea
409: WHERE pea.ext_dfn_name = c_extract_name;
410:
411: l_errbuff VARCHAR2(3000);
412: l_retcode NUMBER;