DBA Data[Home] [Help]

APPS.IBY_AR_UTILS dependencies on AR_RECEIVABLE_APPLICATIONS

Line 57: ar_receivable_applications.customer_trx_id%TYPE,

53: PROCEDURE call_get_payment_info(
54: p_payment_server_order_num IN
55: ar_cash_receipts.payment_server_order_num%TYPE,
56: x_customer_trx_id OUT
57: ar_receivable_applications.customer_trx_id%TYPE,
58: x_return_status OUT NOCOPY VARCHAR2,
59: x_msg_count OUT NOCOPY NUMBER,
60: x_msg_data OUT NOCOPY VARCHAR2
61: );

Line 71: RETURN ar_receivable_applications.customer_trx_id%TYPE;

67: --
68: FUNCTION call_get_payment_info
69: (p_payment_server_order_num IN
70: ar_cash_receipts.payment_server_order_num%TYPE)
71: RETURN ar_receivable_applications.customer_trx_id%TYPE;
72:
73: --
74: -- Return: The order-level (total) freight amount
75: --