DBA Data[Home] [Help]

APPS.PSA_AR_GL_POST_PKG dependencies on PSA_AR_GL_INTERFACE

Line 302: ' TRANSFER_TO_GL ##> Calling PSA_AR_GL_INTERFACE.reset_transaction_codes ');

298: IF l_ussgl_option = 'Y' THEN
299:
300: -- ========================= FND LOG ===========================
301: psa_utils.debug_other_string(g_state_level,l_full_path,
302: ' TRANSFER_TO_GL ##> Calling PSA_AR_GL_INTERFACE.reset_transaction_codes ');
303: -- ========================= FND LOG ===========================
304:
305: PSA_AR_GL_INTERFACE.reset_transaction_codes (err_buf => l_errbuf,
306: ret_code => l_retcode,

Line 305: PSA_AR_GL_INTERFACE.reset_transaction_codes (err_buf => l_errbuf,

301: psa_utils.debug_other_string(g_state_level,l_full_path,
302: ' TRANSFER_TO_GL ##> Calling PSA_AR_GL_INTERFACE.reset_transaction_codes ');
303: -- ========================= FND LOG ===========================
304:
305: PSA_AR_GL_INTERFACE.reset_transaction_codes (err_buf => l_errbuf,
306: ret_code => l_retcode,
307: p_pstctrl_id => p_posting_control_id);
308:
309: -- ========================= FND LOG ===========================