DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on ARP_APP_PKG

Line 347: arp_app_pkg.fetch_p(l_receivable_application_id, l_ra_rec );

343: END IF;
344:
345:
346: -- Fetch the details on the unapplied prepayment record.
347: arp_app_pkg.fetch_p(l_receivable_application_id, l_ra_rec );
348:
349: /*----------------------------------------------------
350: If the validations passed then
351: Unapply prepayment

Line 447: arp_app_pkg.fetch_p(l_receivable_application_id,

443: Fetch the amount_applied for credit card refund
444: application
445: -----------------------------------------------------*/
446: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
447: arp_app_pkg.fetch_p(l_receivable_application_id,
448: l_ra_refund_rec);
449: l_actual_refund_amount := NVL(l_ra_refund_rec.amount_applied,0);
450: END IF;
451:

Line 504: arp_app_pkg.fetch_p(l_on_acc_rec_app_id, l_ra_refund_rec );

500: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
501:
502: l_on_acc_rec_app_id :=
503: ar_receipt_api_pub.g_apply_on_account_out_rec.receivable_application_id;
504: arp_app_pkg.fetch_p(l_on_acc_rec_app_id, l_ra_refund_rec );
505: l_actual_refund_amount := NVL(l_ra_refund_rec.amount_applied,0);
506: END IF;
507:
508: END IF ; --l_refund_type