DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on ARP_CASH_RECEIPTS_PKG

Line 103: | arp_cash_receipts_pkg.fetch_p - Fetch a record from ar_cash_receipts |

99: | SCOPE - PUBLIC |
100: | |
101: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - NONE |
102: | arp_process_application.reverse - Reverse an application |
103: | arp_cash_receipts_pkg.fetch_p - Fetch a record from ar_cash_receipts |
104: | arp_app_pkg.lock_p - lock a record in |
105: | AR_RECEIVABLE_APPLICATIONS table |
106: | |
107: | ARGUMENTS : IN: |

Line 265: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

261: -- Populate the ar_cash_receipts record from
262: -- ar_cash_receipts table. Use cash_receipt_id for selection.
263: --
264: l_cr_rec.cash_receipt_id := p_cr_id;
265: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
266: --
267: -- Check if CB is associated with the application and if CB has a activity
268: -- or is posted. If so, return error message.
269: --

Line 778: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

774: arp_standard.debug('insert_reversal_dist_rec: ' || '-- Fetching the cash receipt record -- ');
775: END IF;
776: -- Fetch the cash receipt record
777: l_cr_rec.cash_receipt_id := p_cr_id;
778: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
779:
780: -- Fetch the history record
781: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );
782:

Line 1287: | arp_cash_receipts_pkg.update_p - Update payment schedule handler |

1283: | |
1284: | SCOPE - PRIVATE |
1285: | |
1286: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED - NONE |
1287: | arp_cash_receipts_pkg.update_p - Update payment schedule handler |
1288: | |
1289: | ARGUMENTS : IN: |
1290: | p_crh_rec - Cash receipt history record structure |
1291: | p_reversal_gl_date - Reversal GL date |

Line 1358: arp_cash_receipts_pkg.update_p( p_cr_rec );

1354: p_cr_rec.attribute13 := p_attribute13;
1355: p_cr_rec.attribute14 := p_attribute14;
1356: p_cr_rec.attribute15 := p_attribute15;
1357: ---
1358: arp_cash_receipts_pkg.update_p( p_cr_rec );
1359: ---
1360: IF PG_DEBUG in ('Y', 'C') THEN
1361: arp_standard.debug( 'arp_reverse_receipt.update_current_cr_rec() -');
1362: END IF;