DBA Data[Home] [Help]

APPS.JTF_USR_HKS dependencies on JTF_HEADER_DTD

Line 899: from JTF_HEADER_DTD

895: -- set up the query context...!
896: queryCtx := DBMS_XMLQuery.newContext(l_msg_SQL);
897: Begin
898: select HEADER_DTD into l_hdr_DTD
899: from JTF_HEADER_DTD
900: where
901: ACTIVE_FLAG = 'Y';
902: Exception
903: When NO_DATA_FOUND then