DBA Data[Home] [Help]

APPS.IBY_AR_UTILS dependencies on AR_RECEIVABLE_APPLICATIONS

Line 80: ar_receivable_applications.customer_trx_id%TYPE,

76: PROCEDURE call_get_payment_info(
77: p_payment_server_order_num IN
78: ar_cash_receipts.payment_server_order_num%TYPE,
79: x_customer_trx_id OUT
80: ar_receivable_applications.customer_trx_id%TYPE,
81: x_return_status OUT NOCOPY VARCHAR2,
82: x_msg_count OUT NOCOPY NUMBER,
83: x_msg_data OUT NOCOPY VARCHAR2
84: );

Line 94: RETURN ar_receivable_applications.customer_trx_id%TYPE;

90: --
91: FUNCTION call_get_payment_info
92: (p_payment_server_order_num IN
93: ar_cash_receipts.payment_server_order_num%TYPE)
94: RETURN ar_receivable_applications.customer_trx_id%TYPE;
95:
96: --
97: -- Return: The order-level (total) freight amount
98: --