DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_EXT_FA_LINE_SOURCES_B

Line 4664: FROM okl_ext_fa_line_sources_b fxl

4660: IS
4661: SELECT fxl.line_extension_id line_extension_id
4662: ,fxl.source_id source_id
4663: ,fxl.source_table source_table
4664: FROM okl_ext_fa_line_sources_b fxl
4665: WHERE fxl.header_extension_id = p_hdr_ext_id;
4666: -- Local Variables for enabling the Debug Statements
4667: l_module CONSTANT fnd_log_messages.module%TYPE := G_MODULE || l_api_name;
4668: l_debug_enabled VARCHAR2(10);

Line 7991: FROM okl_ext_fa_line_sources_b fxl

7987: ,p_period_counter NUMBER
7988: )
7989: IS
7990: SELECT MAX(fa_transaction_id) max_deprn_run_id
7991: FROM okl_ext_fa_line_sources_b fxl
7992: WHERE fxl.source_table = 'FA_DEPRN_SUMMARY'
7993: AND fxl.asset_book_type_code = p_asset_book_type_code
7994: AND fxl.period_counter = p_period_counter
7995: ; -- End of Cursor get_max_deprn_run_id

Line 8289: FROM okl_ext_fa_line_sources_b fxl

8285: ,p_period_counter NUMBER
8286: )
8287: IS
8288: SELECT MAX(fa_transaction_id) max_deprn_run_id
8289: FROM okl_ext_fa_line_sources_b fxl
8290: WHERE fxl.source_table = 'FA_DEPRN_SUMMARY'
8291: AND fxl.asset_book_type_code = p_asset_book_type_code
8292: AND fxl.period_counter = p_period_counter
8293: ; -- End of Cursor get_max_deprn_run_id