DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B

Line 7436: FROM okl_ext_ap_line_sources_b pxl

7432: IS
7433: SELECT pxl.line_extension_id line_extension_id
7434: ,pxl.source_id source_id
7435: ,pxl.source_table source_table
7436: FROM okl_ext_ap_line_sources_b pxl
7437: WHERE pxl.header_extension_id = p_hdr_ext_id;
7438: -- Local Variables for enabling the Debug Statements
7439: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
7440: l_debug_enabled VARCHAR2(10);