DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on AR_BUS_EVENT_COVER

Line 537: AR_BUS_EVENT_COVER.Raise_CR_UnApply_Event(l_rec_app_id);

533:
534: --apandit
535: --Bug : 2641517 raise UnApply business event.
536: IF l_status in ('APP','ACTIVITY') THEN
537: AR_BUS_EVENT_COVER.Raise_CR_UnApply_Event(l_rec_app_id);
538: END IF;
539:
540: -- RAM-C changes begin
541: --

Line 754: AR_BUS_EVENT_COVER.Raise_CM_UnApply_Event(l_rec_app_id);

750:
751: --apandit
752: --Bug : 2641517 raise the business event
753: IF lr_ra_rec.status = 'APP' THEN
754: AR_BUS_EVENT_COVER.Raise_CM_UnApply_Event(l_rec_app_id);
755: END IF;
756:
757: IF PG_DEBUG in ('Y', 'C') THEN
758: arp_debug.debug( 'arp_process_application.reverse_cm_app()-' );

Line 4222: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event

4218: l_inv_ra_rec.receivable_application_id);
4219:
4220: --apandit
4221: --Bug : 2641517 raise Apply business event.
4222: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event
4223: (l_inv_ra_rec.receivable_application_id);
4224:
4225:
4226: /* 14-APR-2000 jrautiai BR implementation

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

4976: -- p_ra_id => l_inv_ra_rec.receivable_application_id);
4977:
4978: --apandit
4979: --Bug : 2641517 raise business event.
4980: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);
4981:
4982: --
4983: --Release 11.5 VAT changes, create APP record accounting
4984: --in ar_distributions

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

6399: -- Process MRC data if needed before accounting engine is called.
6400:
6401: --apandit
6402: --Bug : 2641517 raise the business event
6403: AR_BUS_EVENT_COVER.Raise_CR_Apply_Event(l_ra_rec.receivable_application_id);
6404:
6405: IF NVL(p_application_ps_id,0) = -2 THEN
6406:
6407: /* In case of Short Term Debt application, the UNAPP record is NOT

Line 8210: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

8206: l_trx_sum_hist_rec.trx_date,
8207: l_trx_dispute_date;
8208:
8209:
8210: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
8211: l_history_id,
8212: l_trx_class,
8213: 'MODIFY_TRX');
8214: /* Bug 5129946*/

Line 8247: AR_BUS_EVENT_COVER.Raise_Trx_Modify_Event

8243: active_claim_flag = p_active_claim
8244: WHERE ps.payment_schedule_id = p_invoice_ps_id;
8245:
8246: /*bug 2641517 - raise business event */
8247: AR_BUS_EVENT_COVER.Raise_Trx_Modify_Event
8248: (p_invoice_ps_id,
8249: l_trx_class,
8250: l_history_id);
8251:

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

8998: -- p_ra_id => l_inv_ra_rec.receivable_application_id);
8999:
9000: --apandit
9001: --Bug : 2641517 raise business event.
9002: AR_BUS_EVENT_COVER.Raise_CM_Apply_Event(l_inv_ra_rec.receivable_application_id);
9003:
9004: --
9005: --
9006: l_ae_doc_rec.document_type := 'CREDIT_MEMO';