DBA Data[Home] [Help]

APPS.AR_MRC_ENGINE3 dependencies on ARP_CONFIRMATION

Line 102: | This procedure will be called from ARP_CONFIRMATION

98: /*=============================================================================
99: | PUBLIC PROCEDURE create_matching_unapp_records
100: |
101: | DESCRIPTION:
102: | This procedure will be called from ARP_CONFIRMATION
103: | to process the mrc data for insert.
104: |
105: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
106: |

Line 621: | This procedure will be called from ARP_CONFIRMATION

617: /*=============================================================================
618: | PUBLIC PROCEDURE reverse_ra_recs
619: |
620: | DESCRIPTION:
621: | This procedure will be called from ARP_CONFIRMATION
622: | to process the mrc data for insert.
623: |
624: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
625: |

Line 698: | This procedure will be called from ARP_CONFIRMATION

694: /*=============================================================================
695: | PUBLIC PROCEDURE confirm_ra_rec_update
696: |
697: | DESCRIPTION:
698: | This procedure will be called from ARP_CONFIRMATION
699: | to process the mrc data for update.
700: |
701: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
702: |

Line 1266: | ARP_confirmation

1262: | PUBLIC PROCEDURE confirm_ra_rec_create
1263: |
1264: | DESCRIPTION:
1265: | This procedure will be called from
1266: | ARP_confirmation
1267: | to process the mrc data for insert.
1268: |
1269: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
1270: |

Line 1272: | p_rec_record IN arp_confirmation.new_con_data

1268: |
1269: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
1270: |
1271: | PARAMETERS
1272: | p_rec_record IN arp_confirmation.new_con_data
1273: |
1274: |
1275: | KNOWN ISSUES:
1276: |

Line 1285: p_rec_record IN ARP_CONFIRMATION.NEW_CON_DATA

1281: | Date Author Description of Change
1282: | 09/16/02 Debbie Sue Jancis Created
1283: *============================================================================*/
1284: PROCEDURE confirm_ra_rec_create(
1285: p_rec_record IN ARP_CONFIRMATION.NEW_CON_DATA
1286: ) IS
1287: BEGIN
1288: NULL;
1289: -- IF PG_DEBUG in ('Y', 'C') THEN