DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on ARP_CR_HISTORY_PKG

Line 411: arp_cr_history_pkg.nowaitlock_fetch_f_cr_id(l_crh_rec);

407:
408: -- get current cash_receipt_history record:
409:
410: l_crh_rec.cash_receipt_id := p_cash_receipt_id;
411: arp_cr_history_pkg.nowaitlock_fetch_f_cr_id(l_crh_rec);
412:
413: -- get cash receipt record:
414:
415: l_cr_rec.cash_receipt_id := p_cash_receipt_id;

Line 896: arp_cr_history_pkg.update_p(l_crh_rec);

892: l_ps_rec.acctd_amount_due_remaining := - l_cr_acctd_amount_new;
893:
894: /* Bug fix 2964295
895: The cash_receipt_history record needs to be updated for APPROVED receipts */
896: arp_cr_history_pkg.update_p(l_crh_rec);
897:
898: ELSE -- (l_crh_rec.status <> 'APPROVED')
899:
900: IF (l_cr_amount_changed_flag = TRUE or l_crh_fda_changed_flag = TRUE) THEN

Line 1161: arp_cr_history_pkg.update_p(l_crh_rec);

1157: ELSE
1158: l_crh_rec.bank_charge_account_ccid := NULL;
1159: END IF;
1160:
1161: arp_cr_history_pkg.update_p(l_crh_rec);
1162:
1163: ELSE
1164:
1165: -- Current cash receipt history record was posted.

Line 1187: arp_cr_history_pkg.insert_p(l_crh_rec_new, l_crh_id_new);

1183: l_crh_rec_new.acctd_amount := l_crh_acctd_amount_new;
1184: l_crh_rec_new.factor_discount_amount := p_factor_discount_amount;
1185: l_crh_rec_new.acctd_factor_discount_amount := l_crh_acctd_fda_new;
1186:
1187: arp_cr_history_pkg.insert_p(l_crh_rec_new, l_crh_id_new);
1188:
1189: l_crh_rec_new.cash_receipt_history_id := l_crh_id_new;
1190:
1191: -- modify the previously current cash receipt history record:

Line 1199: arp_cr_history_pkg.update_p(l_crh_rec);

1195: -- #511576 Set the reversal gl date for the updated record.
1196: l_crh_rec.reversal_gl_date := l_valid_gl_date;
1197: l_crh_rec.reversal_created_from := 'ARRERG1B';
1198:
1199: arp_cr_history_pkg.update_p(l_crh_rec);
1200:
1201: -- from now on the new record is the current one:
1202:
1203: l_crh_rec := l_crh_rec_new;

Line 1488: arp_cr_history_pkg.update_p(l_crh_rec);

1484: -- update the history record:
1485:
1486: -- this should've happened earlier if the amount changed.
1487:
1488: arp_cr_history_pkg.update_p(l_crh_rec);
1489:
1490: */
1491:
1492: -- update payment schedule record: