DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AR_LINE_SOURCES_B

Line 6080: FROM okl_ext_ar_line_sources_b rxl

6076: IS
6077: SELECT rxl.line_extension_id line_extension_id
6078: ,rxl.source_id source_id
6079: ,rxl.source_table source_table
6080: FROM okl_ext_ar_line_sources_b rxl
6081: WHERE rxl.header_extension_id = p_hdr_ext_id;
6082: -- Local Variables for enabling the Debug Statements
6083: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
6084: l_debug_enabled VARCHAR2(10);