DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TXL_EXTENSION_B

Line 3075: FROM OKL_TXL_EXTENSION_B tel

3071: IS
3072: SELECT tel.line_extension_id line_extension_id
3073: ,tel.source_id source_id
3074: ,tel.source_table source_table
3075: FROM OKL_TXL_EXTENSION_B tel
3076: WHERE tel.teh_id = p_teh_id;
3077: -- Local Variables for enabling the Debug Statements
3078: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
3079: l_debug_enabled VARCHAR2(10);