DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_AP_LINE_SOURCES_B

Line 7321: FROM okl_ext_ap_line_sources_b pxl

7317: IS
7318: SELECT pxl.line_extension_id line_extension_id
7319: ,pxl.source_id source_id
7320: ,pxl.source_table source_table
7321: FROM okl_ext_ap_line_sources_b pxl
7322: WHERE pxl.header_extension_id = p_hdr_ext_id;
7323: -- Local Variables for enabling the Debug Statements
7324: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
7325: l_debug_enabled VARCHAR2(10);