DBA Data[Home] [Help]

APPS.OKC_LSE_PVT dependencies on OKC_LINE_STYLE_SOURCES

Line 980: from OKC_LINE_STYLE_SOURCES

976: okc_debug.log('100:here');
977: END IF;
978: select JTOT_OBJECT_CODE
979: into l_object_code
980: from OKC_LINE_STYLE_SOURCES
981: where lse_id = p_lsev_rec.id
982: and sysdate between START_DATE and nvl(END_DATE,sysdate);
983:
984: IF (l_debug = 'Y') THEN