DBA Data[Home] [Help]

APPS.PSA_MFAR_RECEIPTS dependencies on PSA_MFAR_TRANSACTIONS

Line 516: p_error_message := 'EXCEPTION - OTHERS PACKAGE - PSA_MFAR_TRANSACTIONS.CREATE_DISTRIBUTIONS - ' || SQLERRM;

512: RETURN FALSE;
513:
514: WHEN OTHERS THEN
515: retcode := 'F';
516: p_error_message := 'EXCEPTION - OTHERS PACKAGE - PSA_MFAR_TRANSACTIONS.CREATE_DISTRIBUTIONS - ' || SQLERRM;
517: PSA_MFAR_UTILS.INSERT_DISTRIBUTIONS_LOG (g_run_id, 'RECEIPT', g_cust_trx_id, g_receivable_application_id,
518: p_error_message);
519: -- ========================= FND LOG ===========================
520: psa_utils.debug_other_string(g_excep_level,l_full_path,p_error_message);

Line 811: -- call psa_mfar_transactions.create_distributions

807: psa_utils.debug_other_string(g_state_level,l_full_path,' Starting the process ');
808: -- ========================= FND LOG ===========================
809:
810: -- Bug 2609367
811: -- call psa_mfar_transactions.create_distributions
812: -- When 'Create Distributions is run as a Conc. program OR invoked from the Action of opening MFAR Form,
813: -- PSA_MF_CREATE_DISTRIBUTIONS package is called. This makes sure that MFAR distributions for a Transaction
814: -- is created before proceeding to create Distributions for Receipts etc.
815: -- However, MFAR dist. for a Trx is not created when GL Xfr is executed for a Cash Receipt whose GL Date is

Line 826: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (

822: -- ========================= FND LOG ===========================
823: psa_utils.debug_other_string(g_state_level,l_full_path,' Creating distribution for Cust trx id ==> ' || run_num || ' -- ' || p_cust_trx_id);
824: -- ========================= FND LOG ===========================
825:
826: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (
827: errbuf => l_errbuf,
828: retcode => l_retcode,
829: p_cust_trx_id => p_cust_trx_id,
830: p_set_of_books_id => g_set_of_books_id,

Line 835: psa_utils.debug_other_string(g_state_level,l_full_path,' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');

831: p_run_id => run_num,
832: p_error_message => l_exception_message)) THEN
833:
834: -- ========================= FND LOG ===========================
835: psa_utils.debug_other_string(g_state_level,l_full_path,' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');
836: -- ========================= FND LOG ===========================
837: IF l_exception_message IS NOT NULL OR l_retcode = 'F' THEN
838: -- ========================= FND LOG ===========================
839: psa_utils.debug_other_string(g_state_level,l_full_path,' Raising invalid_distribution');

Line 1465: -- call psa_mfar_transactions.create_distributions

1461: psa_utils.debug_other_string(g_state_level,l_full_path,' Starting the process ');
1462: -- ========================= FND LOG ===========================
1463:
1464: -- Bug 2609367
1465: -- call psa_mfar_transactions.create_distributions
1466: -- When 'Create Distributions is run as a Conc. program OR invoked from the Action of opening MFAR Form,
1467: -- PSA_MF_CREATE_DISTRIBUTIONS package is called. This makes sure that MFAR distributions for a Transaction
1468: -- is created before proceeding to create Distributions for Receipts etc.
1469: -- However, MFAR dist. for a Trx is not created when GL Xfr is executed for a Cash Receipt whose GL Date is

Line 1480: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (

1476: -- ========================= FND LOG ===========================
1477: psa_utils.debug_other_string(g_state_level,l_full_path,' Creating distribution for Cust trx id ==> ' || run_num || ' -- ' || p_cust_trx_id);
1478: -- ========================= FND LOG ===========================
1479:
1480: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (
1481: errbuf => l_errbuf,
1482: retcode => l_retcode,
1483: p_cust_trx_id => p_cust_trx_id,
1484: p_set_of_books_id => g_set_of_books_id,

Line 1489: psa_utils.debug_other_string(g_state_level,l_full_path,' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');

1485: p_run_id => run_num,
1486: p_error_message => l_exception_message)) THEN
1487:
1488: -- ========================= FND LOG ===========================
1489: psa_utils.debug_other_string(g_state_level,l_full_path,' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE');
1490: -- ========================= FND LOG ===========================
1491: IF l_exception_message IS NOT NULL OR l_retcode = 'F' THEN
1492: -- ========================= FND LOG ===========================
1493: psa_utils.debug_other_string(g_state_level,l_full_path,' Raising invalid_distribution');