DBA Data[Home] [Help]

APPS.ARP_CR_HISTORY_PKG dependencies on AR_MRC_ENGINE

Line 250: ar_mrc_engine.maintain_mrc_data(

246: | the generic update as the where clause changes |
247: | and that information is needed for the MRC engine |
248: +----------------------------------------------------*/
249:
250: ar_mrc_engine.maintain_mrc_data(
251: p_event_mode => 'UPDATE',
252: p_table_name => 'AR_CASH_RECEIPT_HISTORY',
253: p_mode => 'SINGLE',
254: p_key_value => p_crh_rec.cash_receipt_history_id

Line 406: ar_mrc_engine.maintain_mrc_data(

402: | Call central MRC library for insertion |
403: | into MRC tables |
404: +-------------------------------------------*/
405:
406: ar_mrc_engine.maintain_mrc_data(
407: p_event_mode => 'INSERT',
408: p_table_name => 'AR_CASH_RECEIPT_HISTORY',
409: p_mode => 'SINGLE',
410: p_key_value => l_crh_id);

Line 510: ar_mrc_engine.maintain_mrc_data(

506: | the generic update as the where clause changes |
507: | and that information is needed for the MRC engine |
508: +----------------------------------------------------*/
509:
510: ar_mrc_engine.maintain_mrc_data(
511: p_event_mode => 'UPDATE',
512: p_table_name => 'AR_CASH_RECEIPT_HISTORY',
513: p_mode => 'SINGLE',
514: p_key_value => p_crh_rec.cash_receipt_history_id

Line 544: ar_mrc_engine.maintain_mrc_data(

540: | Calling central MRC library |
541: | for MRC Integration |
542: +---------------------------------*/
543:
544: ar_mrc_engine.maintain_mrc_data(
545: p_event_mode => 'DELETE',
546: p_table_name => 'AR_CASH_RECEIPT_HISTORY',
547: p_mode => 'SINGLE',
548: p_key_value => p_crh_id);

Line 581: ar_mrc_engine.maintain_mrc_data(

577: | Calling central MRC library |
578: | for MRC Integration |
579: +---------------------------------*/
580:
581: ar_mrc_engine.maintain_mrc_data(
582: p_event_mode => 'DELETE',
583: p_table_name => 'AR_CASH_RECEIPT_HISTORY',
584: p_mode => 'BATCH',
585: p_key_value_list => l_rec_hist_key_value_list