DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on AR_BUS_EVENT_COVER

Line 506: AR_BUS_EVENT_COVER.Raise_CR_UnApply_Event(l_rec_app_id);

502:
503: --apandit
504: --Bug : 2641517 raise UnApply business event.
505: IF l_status in ('APP','ACTIVITY') THEN
506: AR_BUS_EVENT_COVER.Raise_CR_UnApply_Event(l_rec_app_id);
507: END IF;
508:
509: -- RAM-C changes begin
510: --

Line 717: AR_BUS_EVENT_COVER.Raise_CM_UnApply_Event(l_rec_app_id);

713:
714: --apandit
715: --Bug : 2641517 raise the business event
716: IF lr_ra_rec.status = 'APP' THEN
717: AR_BUS_EVENT_COVER.Raise_CM_UnApply_Event(l_rec_app_id);
718: END IF;
719:
720: IF PG_DEBUG in ('Y', 'C') THEN
721: arp_standard.debug( 'arp_process_application.reverse_cm_app()-' );

Line 3942: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event

3938: l_inv_ra_rec.receivable_application_id);
3939:
3940: --apandit
3941: --Bug : 2641517 raise Apply business event.
3942: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event
3943: (l_inv_ra_rec.receivable_application_id);
3944:
3945:
3946: /* 14-APR-2000 jrautiai BR implementation

Line 4681: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);

4677: -- p_ra_id => l_inv_ra_rec.receivable_application_id);
4678:
4679: --apandit
4680: --Bug : 2641517 raise business event.
4681: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);
4682:
4683: --
4684: --Release 11.5 VAT changes, create APP record accounting
4685: --in ar_distributions

Line 6051: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event(l_ra_rec.receivable_application_id);

6047: -- Process MRC data if needed before accounting engine is called.
6048:
6049: --apandit
6050: --Bug : 2641517 raise the business event
6051: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event(l_ra_rec.receivable_application_id);
6052:
6053: IF NVL(p_application_ps_id,0) = -2 THEN
6054:
6055: /* In case of Short Term Debt application, the UNAPP record is NOT

Line 7759: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

7755: l_trx_sum_hist_rec.trx_date,
7756: l_trx_dispute_date;
7757:
7758:
7759: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
7760: l_history_id,
7761: l_trx_class,
7762: 'MODIFY_TRX');
7763: /* Bug 5129946*/

Line 7796: AR_BUS_EVENT_COVER.Raise_Trx_Modify_Event

7792: active_claim_flag = p_active_claim
7793: WHERE ps.payment_schedule_id = p_invoice_ps_id;
7794:
7795: /*bug 2641517 - raise business event */
7796: AR_BUS_EVENT_COVER.Raise_Trx_Modify_Event
7797: (p_invoice_ps_id,
7798: l_trx_class,
7799: l_history_id);
7800:

Line 8464: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);

8460: -- p_ra_id => l_inv_ra_rec.receivable_application_id);
8461:
8462: --apandit
8463: --Bug : 2641517 raise business event.
8464: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);
8465:
8466: --
8467: --
8468: l_ae_doc_rec.document_type := 'CREDIT_MEMO';