DBA Data[Home] [Help]

APPS.AR_MRC_ENGINE3 dependencies on ARP_CONFIRMATION

Line 44: | This procedure will be called from ARP_CONFIRMATION

40: /*=============================================================================
41: | PUBLIC PROCEDURE create_matching_unapp_records
42: |
43: | DESCRIPTION:
44: | This procedure will be called from ARP_CONFIRMATION
45: | to process the mrc data for insert.
46: |
47: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
48: |

Line 228: | This procedure will be called from ARP_CONFIRMATION

224: /*=============================================================================
225: | PUBLIC PROCEDURE reverse_ra_recs
226: |
227: | DESCRIPTION:
228: | This procedure will be called from ARP_CONFIRMATION
229: | to process the mrc data for insert.
230: |
231: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
232: |

Line 255: | This procedure will be called from ARP_CONFIRMATION

251: /*=============================================================================
252: | PUBLIC PROCEDURE confirm_ra_rec_update
253: |
254: | DESCRIPTION:
255: | This procedure will be called from ARP_CONFIRMATION
256: | to process the mrc data for update.
257: |
258: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
259: |

Line 473: | ARP_confirmation

469: | PUBLIC PROCEDURE confirm_ra_rec_create
470: |
471: | DESCRIPTION:
472: | This procedure will be called from
473: | ARP_confirmation
474: | to process the mrc data for insert.
475: |
476: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
477: |

Line 479: | p_rec_record IN arp_confirmation.new_con_data

475: |
476: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
477: |
478: | PARAMETERS
479: | p_rec_record IN arp_confirmation.new_con_data
480: |
481: |
482: | KNOWN ISSUES:
483: |

Line 492: p_rec_record IN ARP_CONFIRMATION.NEW_CON_DATA

488: | Date Author Description of Change
489: | 09/16/02 Debbie Sue Jancis Created
490: *============================================================================*/
491: PROCEDURE confirm_ra_rec_create(
492: p_rec_record IN ARP_CONFIRMATION.NEW_CON_DATA
493: ) ;
494:
495: /*=============================================================================
496: | PUBLIC PROCEDURE update_ra_rec_cash_diff