DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B

Line 6195: FROM okl_ext_ar_line_sources_b rxl

6191: IS
6192: SELECT rxl.line_extension_id line_extension_id
6193: ,rxl.source_id source_id
6194: ,rxl.source_table source_table
6195: FROM okl_ext_ar_line_sources_b rxl
6196: WHERE rxl.header_extension_id = p_hdr_ext_id;
6197: -- Local Variables for enabling the Debug Statements
6198: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
6199: l_debug_enabled VARCHAR2(10);