DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on PSA_MF_CREATE_DISTRIBUTIONS

Line 668: IF NOT (PSA_MF_CREATE_DISTRIBUTIONS.create_distributions (errbuf => l_errbuf,

664: LOOP
665:
666: IF (I.cash_receipt_id IS NOT NULL) THEN
667:
668: IF NOT (PSA_MF_CREATE_DISTRIBUTIONS.create_distributions (errbuf => l_errbuf,
669: retcode => l_retcode,
670: p_mode => 'R',
671: p_document_id => I.cash_receipt_id,
672: p_set_of_books_id => l_sob_id,

Line 679: ' --> PSA_MF_CREATE_DISTRIBUTIONS.create_distributions -> FALSE');

675: p_report_only => 'N')) THEN
676:
677: -- ========================= FND LOG ===========================
678: psa_utils.debug_other_string(g_excep_level,l_full_path,
679: ' --> PSA_MF_CREATE_DISTRIBUTIONS.create_distributions -> FALSE');
680: -- ========================= FND LOG ===========================
681:
682: IF l_error_message IS NOT NULL OR l_retcode = 'F' THEN
683: -- ========================= FND LOG ===========================

Line 4204: IF NOT (PSA_MF_CREATE_DISTRIBUTIONS.create_distributions (errbuf => l_errbuf,

4200: FOR I IN c_create_dist
4201: LOOP
4202: IF (I.cash_receipt_id IS NOT NULL) THEN
4203:
4204: IF NOT (PSA_MF_CREATE_DISTRIBUTIONS.create_distributions (errbuf => l_errbuf,
4205: retcode => l_retcode,
4206: p_mode => 'R',
4207: p_document_id => I.cash_receipt_id,
4208: p_set_of_books_id => l_sob_id,

Line 4238: 'EXCEPTION - OTHERS raised during PSA_MF_CREATE_DISTRIBUTIONS.create_distributions ' || 'in PSA_TRANSFER_TO_GL_PKG.Misc_rct_to_gl ');

4234:
4235: WHEN OTHERS THEN
4236: -- ========================= FND LOG ===========================
4237: psa_utils.debug_other_string(g_excep_level,l_full_path,
4238: 'EXCEPTION - OTHERS raised during PSA_MF_CREATE_DISTRIBUTIONS.create_distributions ' || 'in PSA_TRANSFER_TO_GL_PKG.Misc_rct_to_gl ');
4239: psa_utils.debug_unexpected_msg(l_full_path);
4240: -- ========================= FND LOG ===========================
4241: errbuf := 2;
4242: retcode := 'F';