DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on LNS_DISB_HISTORIES_H_PKG

Line 4730: LNS_DISB_HISTORIES_H_PKG.Insert_Row(

4726: l_DISB_LINE_REC.REQUEST_DATE := sysdate;
4727:
4728: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Inserting new history record...');
4729: -- calling history table handler api
4730: LNS_DISB_HISTORIES_H_PKG.Insert_Row(
4731: X_DISB_HISTORY_ID => l_hist_id,
4732: P_DISB_LINE_ID => l_DISB_LINE_REC.DISB_LINE_ID,
4733: P_ATTEMPT_NUMBER => l_attempt,
4734: P_BANK_ACCOUNT_ID => l_DISB_LINE_REC.BANK_ACCOUNT_ID,

Line 4837: LNS_DISB_HISTORIES_H_PKG.Insert_Row(

4833: l_DISB_LINE_REC.REQUEST_DATE := sysdate;
4834:
4835: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Inserting new history record...');
4836: -- calling history table handler api
4837: LNS_DISB_HISTORIES_H_PKG.Insert_Row(
4838: X_DISB_HISTORY_ID => l_hist_id,
4839: P_DISB_LINE_ID => l_DISB_LINE_REC.DISB_LINE_ID,
4840: P_ATTEMPT_NUMBER => l_attempt,
4841: P_BANK_ACCOUNT_ID => l_DISB_LINE_REC.BANK_ACCOUNT_ID,

Line 5782: LNS_DISB_HISTORIES_H_PKG.Update_Row(

5778: close last_hist_rec_cur;
5779:
5780: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Updating history record...');
5781: -- calling history table handler api
5782: LNS_DISB_HISTORIES_H_PKG.Update_Row(
5783: P_DISB_HISTORY_ID => l_hist_id,
5784: P_STATUS => l_DISB_LINE_REC.STATUS,
5785: P_OBJECT_VERSION_NUMBER => l_hist_version);
5786:

Line 6989: LNS_DISB_HISTORIES_H_PKG.Update_Row(

6985: if l_hist_id is not null and l_hist_version is not null then
6986:
6987: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Updating history record...');
6988: -- calling history table handler api
6989: LNS_DISB_HISTORIES_H_PKG.Update_Row(
6990: P_DISB_HISTORY_ID => l_hist_id,
6991: P_STATUS => 'CANCELLED',
6992: P_OBJECT_VERSION_NUMBER => l_hist_version);
6993:

Line 9383: LNS_DISB_HISTORIES_H_PKG.Update_Row(

9379: if l_hist_id is not null and l_hist_version is not null then
9380:
9381: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Updating history record...');
9382: -- calling history table handler api
9383: LNS_DISB_HISTORIES_H_PKG.Update_Row(
9384: P_DISB_HISTORY_ID => l_hist_id,
9385: P_STATUS => 'CANCELLED',
9386: P_OBJECT_VERSION_NUMBER => l_hist_version);
9387: