DBA Data[Home] [Help]

APPS.IBY_AR_UTILS dependencies on AR_PUBLIC_UTILS

Line 85: l_app_tbl_type AR_PUBLIC_UTILS.application_tbl_type;

81: ) IS
82:
83: l_receipt_header ar_cash_receipts%ROWTYPE;
84: l_app_type ar_receivable_applications.status%TYPE :='APP';
85: l_app_tbl_type AR_PUBLIC_UTILS.application_tbl_type;
86: l_app_rec_type ar_receivable_applications%ROWTYPE;
87:
88: BEGIN
89: x_customer_trx_id := 0;

Line 94: AR_PUBLIC_UTILS.get_payment_info(

90: x_return_status := FND_API.G_RET_STS_SUCCESS;
91:
92: IF p_payment_server_order_num IS NOT NULL THEN
93:
94: AR_PUBLIC_UTILS.get_payment_info(
95: p_payment_server_order_num,
96: l_app_type,
97: l_receipt_header,
98: l_app_tbl_type,