DBA Data[Home] [Help]

APPS.PSA_MF_CREATE_DISTRIBUTIONS dependencies on PSA_MFAR_RECEIPTS

Line 203: ' calling PSA_MFAR_RECEIPTS.create_distributions '

199: FOR b_row IN b(a_row.customer_trx_id)
200: LOOP
201: -- ========================= FND LOG ===========================
202: psa_utils.debug_other_string(g_state_level,l_full_path,
203: ' calling PSA_MFAR_RECEIPTS.create_distributions '
204: || ' -- ' || b_row.receivable_application_id);
205: -- ========================= FND LOG ===========================
206:
207: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (errbuf => errbuf,

Line 207: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (errbuf => errbuf,

203: ' calling PSA_MFAR_RECEIPTS.create_distributions '
204: || ' -- ' || b_row.receivable_application_id);
205: -- ========================= FND LOG ===========================
206:
207: IF NOT (PSA_MFAR_RECEIPTS.create_distributions (errbuf => errbuf,
208: retcode => retcode,
209: p_receivable_app_id => b_row.receivable_application_id,
210: p_set_of_books_id => p_set_of_books_id,
211: p_run_id => run_num,

Line 216: ' PSA_MFAR_RECEIPTS.create_distributions --> FALSE ');

212: p_error_message => p_error_message)) THEN
213:
214: -- ========================= FND LOG ===========================
215: psa_utils.debug_other_string(g_state_level,l_full_path,
216: ' PSA_MFAR_RECEIPTS.create_distributions --> FALSE ');
217: -- ========================= FND LOG ===========================
218:
219: IF p_error_message IS NOT NULL OR retcode = 'F' THEN
220: -- ========================= FND LOG ===========================

Line 237: ' PSA_MFAR_RECEIPTS.create_distributions TRUE --> ' || b_row.receivable_application_id);

233:
234: ELSE
235: -- ========================= FND LOG ===========================
236: psa_utils.debug_other_string(g_state_level,l_full_path,
237: ' PSA_MFAR_RECEIPTS.create_distributions TRUE --> ' || b_row.receivable_application_id);
238: -- ========================= FND LOG ===========================
239:
240: END IF;
241: