DBA Data[Home] [Help]

APPS.PSA_MF_CREATE_DISTRIBUTIONS dependencies on PSA_MFAR_TRANSACTIONS

Line 159: ' calling PSA_MFAR_TRANSACTIONS.create_distributions ');

155: (a_row.customer_trx_id,'TRX', p_set_of_books_id) = 'Y' THEN
156:
157: -- ========================= FND LOG ===========================
158: psa_utils.debug_other_string(g_state_level,l_full_path,
159: ' calling PSA_MFAR_TRANSACTIONS.create_distributions ');
160: -- ========================= FND LOG ===========================
161:
162: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (errbuf => errbuf,
163: retcode => retcode,

Line 162: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (errbuf => errbuf,

158: psa_utils.debug_other_string(g_state_level,l_full_path,
159: ' calling PSA_MFAR_TRANSACTIONS.create_distributions ');
160: -- ========================= FND LOG ===========================
161:
162: IF NOT (PSA_MFAR_TRANSACTIONS.create_distributions (errbuf => errbuf,
163: retcode => retcode,
164: p_cust_trx_id => a_row.customer_trx_id,
165: p_set_of_books_id => p_set_of_books_id,
166: p_run_id => run_num,

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

167: p_error_message => p_error_message)) THEN
168:
169: -- ========================= FND LOG ===========================
170: psa_utils.debug_other_string(g_error_level,l_full_path,
171: ' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE ');
172: -- ========================= FND LOG ===========================
173:
174: IF p_error_message IS NOT NULL OR retcode = 'F' THEN
175: -- ========================= FND LOG ===========================

Line 194: ' PSA_MFAR_TRANSACTIONS.create_distributions --> ' || a_row.customer_trx_id);

190:
191: ELSE
192: -- ========================= FND LOG ===========================
193: psa_utils.debug_other_string(g_state_level,l_full_path,
194: ' PSA_MFAR_TRANSACTIONS.create_distributions --> ' || a_row.customer_trx_id);
195: -- ========================= FND LOG ===========================
196: END IF;
197:
198: /* RECEIPTS */

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

260: p_error_message => p_error_message)) THEN
261:
262: -- ========================= FND LOG ===========================
263: psa_utils.debug_other_string(g_error_level,l_full_path,
264: ' PSA_MFAR_TRANSACTIONS.create_distributions --> FALSE ');
265: -- ========================= FND LOG ===========================
266:
267: IF p_error_message IS NOT NULL OR retcode = 'F' THEN
268: -- ========================= FND LOG ===========================