DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on AR_BUS_EVENT_COVER

Line 1467: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1463: (l_rct_site_changed_flag) OR
1464: (l_rct_customer_changed_flag)
1465: THEN
1466: --Insert the history record
1467: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1468: l_history_id,
1469: 'PMT',
1470: 'MODIFY_PMT');
1471:

Line 1473: AR_BUS_EVENT_COVER.Raise_Rcpt_Modify_Event(l_ps_rec.cash_receipt_id,

1469: 'PMT',
1470: 'MODIFY_PMT');
1471:
1472: --Raise the business event
1473: AR_BUS_EVENT_COVER.Raise_Rcpt_Modify_Event(l_ps_rec.cash_receipt_id,
1474: l_ps_rec.payment_schedule_id,
1475: l_history_id);
1476: END IF;
1477:

Line 1537: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1533: p_form_version);
1534: --apandit
1535: --Bug 2641517 Insert the history record and raising
1536: --the business event
1537: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1538: l_history_id,
1539: 'PMT',
1540: 'DM_REVERSE_PMT');
1541:

Line 1544: AR_BUS_EVENT_COVER.Raise_Rcpt_DMReverse_Event(l_ps_rec.cash_receipt_id,

1540: 'DM_REVERSE_PMT');
1541:
1542: --Raise the business event
1543:
1544: AR_BUS_EVENT_COVER.Raise_Rcpt_DMReverse_Event(l_ps_rec.cash_receipt_id,
1545: l_ps_rec.payment_schedule_id,
1546: l_history_id);
1547: ELSE
1548: IF PG_DEBUG in ('Y', 'C') THEN

Line 1597: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1593: --the business event
1594: IF PG_DEBUG in ('Y', 'C') THEN
1595: arp_standard.debug('update_cash_receipt: ' || 'before creating the history rec for BusinessEvent');
1596: END IF;
1597: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1598: l_history_id,
1599: 'PMT',
1600: 'REVERSE_PMT');
1601:

Line 1606: AR_BUS_EVENT_COVER.Raise_Rcpt_Reverse_Event(l_ps_rec.cash_receipt_id,

1602: --Raise the business event
1603: IF PG_DEBUG in ('Y', 'C') THEN
1604: arp_standard.debug('update_cash_receipt: ' || 'before raising the new business event');
1605: END IF;
1606: AR_BUS_EVENT_COVER.Raise_Rcpt_Reverse_Event(l_ps_rec.cash_receipt_id,
1607: l_ps_rec.payment_schedule_id,
1608: l_history_id);
1609: END IF;
1610: