DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on ARP_APP_PKG

Line 183: arp_app_pkg.fetch_p(p_ra_id, l_rec_ra_rec);

179:
180: END IF;
181:
182: -- First get the old values
183: arp_app_pkg.fetch_p(p_ra_id, l_rec_ra_rec);
184:
185: p_acctd_amount_applied_to := l_rec_ra_rec.acctd_amount_applied_to;
186: p_acctd_amount_applied_from := l_rec_ra_rec.acctd_amount_applied_from;
187:

Line 412: arp_app_pkg.update_p(l_rec_ra_rec);

408:
409: END IF;
410:
411: -- Dump the data into database
412: arp_app_pkg.update_p(l_rec_ra_rec);
413: p_gl_date := l_rec_ra_rec.gl_date;
414:
415: --BUG#2750340
416: l_xla_ev_rec.xla_from_doc_id := p_ra_id;

Line 547: arp_app_pkg.delete_p(p_ra_id);

543:
544: END LOOP;
545:
546: -- Delete Receivable Application record.
547: arp_app_pkg.delete_p(p_ra_id);
548:
549: /*---------------------------------+
550: | Calling central MRC library |
551: | for MRC Integration |

Line 597: arp_app_pkg.fetch_p( ln_unapp_ra_id, lr_ra_rec );

593: IF PG_DEBUG in ('Y', 'C') THEN
594: arp_standard.debug('delete_selected_transaction: ' || 'Fetch the UNAPP row');
595: END IF;
596: -- Fetch the UNAPP row.
597: arp_app_pkg.fetch_p( ln_unapp_ra_id, lr_ra_rec );
598:
599: -- Set the amount with the new value.
600: lr_ra_rec.amount_applied := lr_ra_rec.amount_applied - ln_amount_applied;
601:

Line 630: arp_app_pkg.update_p(lr_ra_rec);

626:
627: END LOOP;
628:
629: -- Update the UNAPP row.
630: arp_app_pkg.update_p(lr_ra_rec);
631:
632: --
633: --Release 11.5 create accounting associated with UNAPP row
634: --This is standalone and not paired with an APP