DBA Data[Home] [Help]

APPS.IBY_AR_UTILS dependencies on AR_PUBLIC_UTILS

Line 462: l_app_tbl_type AR_PUBLIC_UTILS.application_tbl_type;

458: ) IS
459:
460: l_receipt_header ar_cash_receipts%ROWTYPE;
461: l_app_type ar_receivable_applications.status%TYPE :='APP';
462: l_app_tbl_type AR_PUBLIC_UTILS.application_tbl_type;
463: l_app_rec_type ar_receivable_applications%ROWTYPE;
464:
465: BEGIN
466: x_customer_trx_id := 0;

Line 471: AR_PUBLIC_UTILS.get_payment_info(

467: x_return_status := FND_API.G_RET_STS_SUCCESS;
468:
469: IF p_payment_server_order_num IS NOT NULL THEN
470:
471: AR_PUBLIC_UTILS.get_payment_info(
472: p_payment_server_order_num,
473: l_app_type,
474: l_receipt_header,
475: l_app_tbl_type,