DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on AP_INVOICES

Line 362: ,x_payment_method_code OUT NOCOPY ap_invoices.payment_method_code%TYPE

358: ,x_exchange_rate OUT NOCOPY ar_cash_receipts.exchange_rate%TYPE
359: ,x_exchange_rate_type OUT NOCOPY ar_cash_receipts.exchange_rate_type%TYPE
360: ,x_exchange_date OUT NOCOPY ar_cash_receipts.exchange_date%TYPE
361: ,x_legal_entity_id OUT NOCOPY ar_cash_receipts.legal_entity_id%TYPE
362: ,x_payment_method_code OUT NOCOPY ap_invoices.payment_method_code%TYPE
363: ,x_payment_method_name OUT NOCOPY VARCHAR2
364: ,x_bank_account_id OUT NOCOPY ar_cash_receipts.customer_bank_account_id%TYPE
365:
366: ,x_bank_account_num OUT NOCOPY VARCHAR2

Line 367: ,x_payment_reason_code OUT NOCOPY ap_invoices.payment_reason_code%TYPE

363: ,x_payment_method_name OUT NOCOPY VARCHAR2
364: ,x_bank_account_id OUT NOCOPY ar_cash_receipts.customer_bank_account_id%TYPE
365:
366: ,x_bank_account_num OUT NOCOPY VARCHAR2
367: ,x_payment_reason_code OUT NOCOPY ap_invoices.payment_reason_code%TYPE
368: ,x_payment_reason_name OUT NOCOPY VARCHAR2
369: ,x_delivery_channel_code OUT NOCOPY ap_invoices.delivery_channel_code%TYPE
370: ,x_delivery_channel_name OUT NOCOPY VARCHAR2
371: ,x_pay_alone_flag OUT NOCOPY VARCHAR2

Line 369: ,x_delivery_channel_code OUT NOCOPY ap_invoices.delivery_channel_code%TYPE

365:
366: ,x_bank_account_num OUT NOCOPY VARCHAR2
367: ,x_payment_reason_code OUT NOCOPY ap_invoices.payment_reason_code%TYPE
368: ,x_payment_reason_name OUT NOCOPY VARCHAR2
369: ,x_delivery_channel_code OUT NOCOPY ap_invoices.delivery_channel_code%TYPE
370: ,x_delivery_channel_name OUT NOCOPY VARCHAR2
371: ,x_pay_alone_flag OUT NOCOPY VARCHAR2
372: ,x_return_status OUT NOCOPY VARCHAR2
373: ,x_msg_count OUT NOCOPY NUMBER