DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on AR_BATCHES

Line 239: p_exchange_date IN ar_batches.exchange_date%TYPE DEFAULT NULL,

235: p_currency_code IN ar_cash_receipts.currency_code%TYPE DEFAULT NULL,
236: p_approve_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
237: p_format_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
238: p_create_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
239: p_exchange_date IN ar_batches.exchange_date%TYPE DEFAULT NULL,
240: p_exchange_rate IN ar_batches.exchange_rate%TYPE DEFAULT NULL,
241: p_exchange_rate_type IN ar_batches.exchange_rate_type%TYPE DEFAULT NULL,
242: p_batch_id OUT NOCOPY NUMBER
243: );

Line 240: p_exchange_rate IN ar_batches.exchange_rate%TYPE DEFAULT NULL,

236: p_approve_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
237: p_format_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
238: p_create_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
239: p_exchange_date IN ar_batches.exchange_date%TYPE DEFAULT NULL,
240: p_exchange_rate IN ar_batches.exchange_rate%TYPE DEFAULT NULL,
241: p_exchange_rate_type IN ar_batches.exchange_rate_type%TYPE DEFAULT NULL,
242: p_batch_id OUT NOCOPY NUMBER
243: );
244:

Line 241: p_exchange_rate_type IN ar_batches.exchange_rate_type%TYPE DEFAULT NULL,

237: p_format_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
238: p_create_flag IN ar_cash_receipts.confirmed_flag%TYPE DEFAULT NULL,
239: p_exchange_date IN ar_batches.exchange_date%TYPE DEFAULT NULL,
240: p_exchange_rate IN ar_batches.exchange_rate%TYPE DEFAULT NULL,
241: p_exchange_rate_type IN ar_batches.exchange_rate_type%TYPE DEFAULT NULL,
242: p_batch_id OUT NOCOPY NUMBER
243: );
244:
245:

Line 282: p_batch_id IN ar_batches.batch_id%TYPE,

278: p_customer_number_l IN hz_cust_accounts.account_number%TYPE, --Bug6734688
279: p_customer_number_h IN hz_cust_accounts.account_number%TYPE, --Bug6734688
280: p_customer_name_l IN hz_parties.party_name%TYPE, --Bug6734688
281: p_customer_name_h IN hz_parties.party_name%TYPE, --Bug6734688
282: p_batch_id IN ar_batches.batch_id%TYPE,
283: p_approve_only_flag IN VARCHAR2 DEFAULT NULL,--Bug 5344405
284: p_receipt_method_id IN ar_receipt_methods.receipt_method_id%TYPE,
285: p_total_workers IN NUMBER DEFAULT 1
286: );

Line 316: p_batch_id IN ar_batches.batch_id%TYPE DEFAULT NULL,

312: | Date Author Description of Changes |
313: | 16-JUL-2005 bichatte Created |
314: *=========================================================================*/
315: PROCEDURE insert_exceptions(
316: p_batch_id IN ar_batches.batch_id%TYPE DEFAULT NULL,
317: p_request_id IN ar_cash_receipts.request_id%TYPE DEFAULT NULL,
318: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
319: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE DEFAULT NULL,
320: p_paying_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,

Line 354: p_batch_id ar_batches.batch_id%TYPE,

350: | 16-JUL-2005 bichatte Created |
351: *=========================================================================*/
352:
353: PROCEDURE SUBMIT_REPORT (
354: p_batch_id ar_batches.batch_id%TYPE,
355: p_request_id ar_cash_receipts.request_id%TYPE
356: );
357:
358: