DBA Data[Home] [Help]

APPS.AR_PUBLIC_UTILS dependencies on AR_RECEIVABLE_APPLICATIONS

Line 8: TYPE application_tbl_type IS TABLE of ar_receivable_applications%ROWTYPE

4: /*=======================================================================+
5: | Declare PUBLIC Data Types and Variables
6: +=======================================================================*/
7:
8: TYPE application_tbl_type IS TABLE of ar_receivable_applications%ROWTYPE
9: INDEX BY BINARY_INTEGER;
10:
11: /*=======================================================================+
12: | Declare PUBLIC Exceptions

Line 57: p_application_type IN ar_receivable_applications.status%TYPE DEFAULT 'APP',

53: *=======================================================================*/
54: PROCEDURE get_payment_info(
55: p_payment_server_order_num IN
56: ar_cash_receipts.payment_server_order_num%TYPE,
57: p_application_type IN ar_receivable_applications.status%TYPE DEFAULT 'APP',
58: p_receipt_header OUT NOCOPY ar_cash_receipts%ROWTYPE,
59: p_app_rec OUT NOCOPY application_tbl_type,
60: x_return_status OUT NOCOPY VARCHAR2,
61: x_msg_count OUT NOCOPY NUMBER,