DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on LNS_DISB_HISTORIES_H_PKG

Line 4513: LNS_DISB_HISTORIES_H_PKG.Insert_Row(

4509: l_DISB_LINE_REC.REQUEST_DATE := sysdate;
4510:
4511: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Inserting new history record...');
4512: -- calling history table handler api
4513: LNS_DISB_HISTORIES_H_PKG.Insert_Row(
4514: X_DISB_HISTORY_ID => l_hist_id,
4515: P_DISB_LINE_ID => l_DISB_LINE_REC.DISB_LINE_ID,
4516: P_ATTEMPT_NUMBER => l_attempt,
4517: P_BANK_ACCOUNT_ID => l_DISB_LINE_REC.BANK_ACCOUNT_ID,

Line 4620: LNS_DISB_HISTORIES_H_PKG.Insert_Row(

4616: l_DISB_LINE_REC.REQUEST_DATE := sysdate;
4617:
4618: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Inserting new history record...');
4619: -- calling history table handler api
4620: LNS_DISB_HISTORIES_H_PKG.Insert_Row(
4621: X_DISB_HISTORY_ID => l_hist_id,
4622: P_DISB_LINE_ID => l_DISB_LINE_REC.DISB_LINE_ID,
4623: P_ATTEMPT_NUMBER => l_attempt,
4624: P_BANK_ACCOUNT_ID => l_DISB_LINE_REC.BANK_ACCOUNT_ID,

Line 5449: LNS_DISB_HISTORIES_H_PKG.Update_Row(

5445: close last_hist_rec_cur;
5446:
5447: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Updating history record...');
5448: -- calling history table handler api
5449: LNS_DISB_HISTORIES_H_PKG.Update_Row(
5450: P_DISB_HISTORY_ID => l_hist_id,
5451: P_STATUS => l_DISB_LINE_REC.STATUS,
5452: P_OBJECT_VERSION_NUMBER => l_hist_version);
5453:

Line 6575: LNS_DISB_HISTORIES_H_PKG.Update_Row(

6571: if l_hist_id is not null and l_hist_version is not null then
6572:
6573: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Updating history record...');
6574: -- calling history table handler api
6575: LNS_DISB_HISTORIES_H_PKG.Update_Row(
6576: P_DISB_HISTORY_ID => l_hist_id,
6577: P_STATUS => 'CANCELLED',
6578: P_OBJECT_VERSION_NUMBER => l_hist_version);
6579: