DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on AR_TRX_GLOBAL_PROCESS_HEADER

Line 35: ar_trx_global_process_header.insert_row(

31: || p_trx_profile_rec.default_exchange_rate_type);
32: END IF;
33:
34: -- First populate the global header table with the user parameter.
35: ar_trx_global_process_header.insert_row(
36: p_trx_header_tbl => p_trx_header_tbl,
37: p_batch_source_rec => p_batch_source_rec,
38: x_errmsg => x_errmsg,
39: x_return_status => x_return_status);

Line 46: into ar_trx_global_process_header.insert_row */

42: RETURN;
43: END IF;
44:
45: /* 5921925 - Removed defaulting UPDATE statement and integrated it
46: into ar_trx_global_process_header.insert_row */
47:
48: IF pg_debug = 'Y' THEN
49: ar_invoice_utils.debug ('AR_INVOICE_API_PUB.populate_header(-)' );
50: END IF;