DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on PSA_MFAR_TRANSACTIONS

Line 1205: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (

1201: ' --> Creating distribution for Cust trx id ==> '
1202: || l_run_num || ' -- ' || I.customer_trx_id );
1203: -- ========================= FND LOG ===========================
1204:
1205: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (
1206: errbuf => l_errbuf,
1207: retcode => l_retcode,
1208: p_cust_trx_id => I.customer_trx_id,
1209: p_set_of_books_id => l_sob_id,

Line 1215: ' --> PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');

1211: p_error_message => l_error_message)) THEN
1212:
1213: -- ========================= FND LOG ===========================
1214: psa_utils.debug_other_string(g_excep_level,l_full_path,
1215: ' --> PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');
1216: -- ========================= FND LOG ===========================
1217: IF l_error_message IS NOT NULL OR l_retcode = 'F' THEN
1218: -- ========================= FND LOG ===========================
1219: psa_utils.debug_other_string(g_excep_level,l_full_path,