DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TXL_EXTENSION_B

Line 3048: FROM OKL_TXL_EXTENSION_B tel

3044: IS
3045: SELECT tel.line_extension_id line_extension_id
3046: ,tel.source_id source_id
3047: ,tel.source_table source_table
3048: FROM OKL_TXL_EXTENSION_B tel
3049: WHERE tel.teh_id = p_teh_id;
3050: -- Local Variables for enabling the Debug Statements
3051: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
3052: l_debug_enabled VARCHAR2(10);