DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on AR_BUS_EVENT_COVER

Line 1507: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1503: (l_rct_site_changed_flag) OR
1504: (l_rct_customer_changed_flag)
1505: THEN
1506: --Insert the history record
1507: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1508: l_history_id,
1509: 'PMT',
1510: 'MODIFY_PMT');
1511:

Line 1513: AR_BUS_EVENT_COVER.Raise_Rcpt_Modify_Event(l_ps_rec.cash_receipt_id,

1509: 'PMT',
1510: 'MODIFY_PMT');
1511:
1512: --Raise the business event
1513: AR_BUS_EVENT_COVER.Raise_Rcpt_Modify_Event(l_ps_rec.cash_receipt_id,
1514: l_ps_rec.payment_schedule_id,
1515: l_history_id);
1516: END IF;
1517:

Line 1577: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1573: p_form_version);
1574: --apandit
1575: --Bug 2641517 Insert the history record and raising
1576: --the business event
1577: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1578: l_history_id,
1579: 'PMT',
1580: 'DM_REVERSE_PMT');
1581:

Line 1584: AR_BUS_EVENT_COVER.Raise_Rcpt_DMReverse_Event(l_ps_rec.cash_receipt_id,

1580: 'DM_REVERSE_PMT');
1581:
1582: --Raise the business event
1583:
1584: AR_BUS_EVENT_COVER.Raise_Rcpt_DMReverse_Event(l_ps_rec.cash_receipt_id,
1585: l_ps_rec.payment_schedule_id,
1586: l_history_id);
1587: ELSE
1588: IF PG_DEBUG in ('Y', 'C') THEN

Line 1637: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,

1633: --the business event
1634: IF PG_DEBUG in ('Y', 'C') THEN
1635: arp_standard.debug('update_cash_receipt: ' || 'before creating the history rec for BusinessEvent');
1636: END IF;
1637: AR_BUS_EVENT_COVER.p_insert_trx_sum_hist(l_trx_sum_hist_rec,
1638: l_history_id,
1639: 'PMT',
1640: 'REVERSE_PMT');
1641:

Line 1646: AR_BUS_EVENT_COVER.Raise_Rcpt_Reverse_Event(l_ps_rec.cash_receipt_id,

1642: --Raise the business event
1643: IF PG_DEBUG in ('Y', 'C') THEN
1644: arp_standard.debug('update_cash_receipt: ' || 'before raising the new business event');
1645: END IF;
1646: AR_BUS_EVENT_COVER.Raise_Rcpt_Reverse_Event(l_ps_rec.cash_receipt_id,
1647: l_ps_rec.payment_schedule_id,
1648: l_history_id);
1649: END IF;
1650: