DBA Data[Home] [Help]

APPS.LNS_EXT_LOAN_PUB dependencies on STANDARD

Line 485: | P_API_VERSION IN Standard in parameter

481: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
482: | LogMessage
483: |
484: | PARAMETERS
485: | P_API_VERSION IN Standard in parameter
486: | P_INIT_MSG_LIST IN Standard in parameter
487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record

Line 486: | P_INIT_MSG_LIST IN Standard in parameter

482: | LogMessage
483: |
484: | PARAMETERS
485: | P_API_VERSION IN Standard in parameter
486: | P_INIT_MSG_LIST IN Standard in parameter
487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 487: | P_COMMIT IN Standard in parameter

483: |
484: | PARAMETERS
485: | P_API_VERSION IN Standard in parameter
486: | P_INIT_MSG_LIST IN Standard in parameter
487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
491: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 488: | P_VALIDATION_LEVEL IN Standard in parameter

484: | PARAMETERS
485: | P_API_VERSION IN Standard in parameter
486: | P_INIT_MSG_LIST IN Standard in parameter
487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
491: | X_MSG_COUNT OUT NOCOPY Standard out parameter
492: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

486: | P_INIT_MSG_LIST IN Standard in parameter
487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
491: | X_MSG_COUNT OUT NOCOPY Standard out parameter
492: | X_MSG_DATA OUT NOCOPY Standard out parameter
493: |
494: | KNOWN ISSUES

Line 491: | X_MSG_COUNT OUT NOCOPY Standard out parameter

487: | P_COMMIT IN Standard in parameter
488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
491: | X_MSG_COUNT OUT NOCOPY Standard out parameter
492: | X_MSG_DATA OUT NOCOPY Standard out parameter
493: |
494: | KNOWN ISSUES
495: | None

Line 492: | X_MSG_DATA OUT NOCOPY Standard out parameter

488: | P_VALIDATION_LEVEL IN Standard in parameter
489: | P_LOAN_EXT_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.LOAN_EXT_REC record
490: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
491: | X_MSG_COUNT OUT NOCOPY Standard out parameter
492: | X_MSG_DATA OUT NOCOPY Standard out parameter
493: |
494: | KNOWN ISSUES
495: | None
496: |

Line 536: -- Standard start of API savepoint

532: BEGIN
533:
534: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
535:
536: -- Standard start of API savepoint
537: SAVEPOINT SAVE_LOAN_EXTENSION;
538: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
539:
540: -- Standard call to check for call compatibility

Line 540: -- Standard call to check for call compatibility

536: -- Standard start of API savepoint
537: SAVEPOINT SAVE_LOAN_EXTENSION;
538: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
539:
540: -- Standard call to check for call compatibility
541: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
542: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
543: END IF;
544:

Line 746: -- Standard call to get message count and if count is 1, get message info

742: end if;
743:
744: x_return_status := FND_API.G_RET_STS_SUCCESS;
745:
746: -- Standard call to get message count and if count is 1, get message info
747: FND_MSG_PUB.Count_And_Get(
748: p_encoded => FND_API.G_FALSE,
749: p_count => x_msg_count,
750: p_data => x_msg_data);

Line 792: | P_API_VERSION IN Standard in parameter

788: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
789: | LogMessage
790: |
791: | PARAMETERS
792: | P_API_VERSION IN Standard in parameter
793: | P_INIT_MSG_LIST IN Standard in parameter
794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID

Line 793: | P_INIT_MSG_LIST IN Standard in parameter

789: | LogMessage
790: |
791: | PARAMETERS
792: | P_API_VERSION IN Standard in parameter
793: | P_INIT_MSG_LIST IN Standard in parameter
794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 794: | P_COMMIT IN Standard in parameter

790: |
791: | PARAMETERS
792: | P_API_VERSION IN Standard in parameter
793: | P_INIT_MSG_LIST IN Standard in parameter
794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
798: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 795: | P_VALIDATION_LEVEL IN Standard in parameter

791: | PARAMETERS
792: | P_API_VERSION IN Standard in parameter
793: | P_INIT_MSG_LIST IN Standard in parameter
794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
798: | X_MSG_COUNT OUT NOCOPY Standard out parameter
799: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

793: | P_INIT_MSG_LIST IN Standard in parameter
794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
798: | X_MSG_COUNT OUT NOCOPY Standard out parameter
799: | X_MSG_DATA OUT NOCOPY Standard out parameter
800: |
801: | KNOWN ISSUES

Line 798: | X_MSG_COUNT OUT NOCOPY Standard out parameter

794: | P_COMMIT IN Standard in parameter
795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
798: | X_MSG_COUNT OUT NOCOPY Standard out parameter
799: | X_MSG_DATA OUT NOCOPY Standard out parameter
800: |
801: | KNOWN ISSUES
802: | None

Line 799: | X_MSG_DATA OUT NOCOPY Standard out parameter

795: | P_VALIDATION_LEVEL IN Standard in parameter
796: | P_LOAN_EXT_ID IN Loan extension ID
797: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
798: | X_MSG_COUNT OUT NOCOPY Standard out parameter
799: | X_MSG_DATA OUT NOCOPY Standard out parameter
800: |
801: | KNOWN ISSUES
802: | None
803: |

Line 915: -- Standard start of API savepoint

911: BEGIN
912:
913: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
914:
915: -- Standard start of API savepoint
916: SAVEPOINT APPROVE_LOAN_EXTENSION;
917: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
918:
919: -- Standard call to check for call compatibility

Line 919: -- Standard call to check for call compatibility

915: -- Standard start of API savepoint
916: SAVEPOINT APPROVE_LOAN_EXTENSION;
917: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
918:
919: -- Standard call to check for call compatibility
920: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
921: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
922: END IF;
923:

Line 1164: -- Standard call to get message count and if count is 1, get message info

1160: end if;
1161:
1162: x_return_status := FND_API.G_RET_STS_SUCCESS;
1163:
1164: -- Standard call to get message count and if count is 1, get message info
1165: FND_MSG_PUB.Count_And_Get(
1166: p_encoded => FND_API.G_FALSE,
1167: p_count => x_msg_count,
1168: p_data => x_msg_data);

Line 1209: | P_API_VERSION IN Standard in parameter

1205: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
1206: | LogMessage
1207: |
1208: | PARAMETERS
1209: | P_API_VERSION IN Standard in parameter
1210: | P_INIT_MSG_LIST IN Standard in parameter
1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID

Line 1210: | P_INIT_MSG_LIST IN Standard in parameter

1206: | LogMessage
1207: |
1208: | PARAMETERS
1209: | P_API_VERSION IN Standard in parameter
1210: | P_INIT_MSG_LIST IN Standard in parameter
1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1211: | P_COMMIT IN Standard in parameter

1207: |
1208: | PARAMETERS
1209: | P_API_VERSION IN Standard in parameter
1210: | P_INIT_MSG_LIST IN Standard in parameter
1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1212: | P_VALIDATION_LEVEL IN Standard in parameter

1208: | PARAMETERS
1209: | P_API_VERSION IN Standard in parameter
1210: | P_INIT_MSG_LIST IN Standard in parameter
1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1216: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1210: | P_INIT_MSG_LIST IN Standard in parameter
1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1216: | X_MSG_DATA OUT NOCOPY Standard out parameter
1217: |
1218: | KNOWN ISSUES

Line 1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1211: | P_COMMIT IN Standard in parameter
1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1216: | X_MSG_DATA OUT NOCOPY Standard out parameter
1217: |
1218: | KNOWN ISSUES
1219: | None

Line 1216: | X_MSG_DATA OUT NOCOPY Standard out parameter

1212: | P_VALIDATION_LEVEL IN Standard in parameter
1213: | P_LOAN_EXT_ID IN Loan extension ID
1214: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1215: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1216: | X_MSG_DATA OUT NOCOPY Standard out parameter
1217: |
1218: | KNOWN ISSUES
1219: | None
1220: |

Line 1257: -- Standard start of API savepoint

1253: BEGIN
1254:
1255: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1256:
1257: -- Standard start of API savepoint
1258: SAVEPOINT REJECT_LOAN_EXTENSION;
1259: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1260:
1261: -- Standard call to check for call compatibility

Line 1261: -- Standard call to check for call compatibility

1257: -- Standard start of API savepoint
1258: SAVEPOINT REJECT_LOAN_EXTENSION;
1259: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1260:
1261: -- Standard call to check for call compatibility
1262: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1263: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1264: END IF;
1265:

Line 1300: -- Standard call to get message count and if count is 1, get message info

1296: end if;
1297:
1298: x_return_status := FND_API.G_RET_STS_SUCCESS;
1299:
1300: -- Standard call to get message count and if count is 1, get message info
1301: FND_MSG_PUB.Count_And_Get(
1302: p_encoded => FND_API.G_FALSE,
1303: p_count => x_msg_count,
1304: p_data => x_msg_data);

Line 1345: | P_API_VERSION IN Standard in parameter

1341: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
1342: | LogMessage
1343: |
1344: | PARAMETERS
1345: | P_API_VERSION IN Standard in parameter
1346: | P_INIT_MSG_LIST IN Standard in parameter
1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record

Line 1346: | P_INIT_MSG_LIST IN Standard in parameter

1342: | LogMessage
1343: |
1344: | PARAMETERS
1345: | P_API_VERSION IN Standard in parameter
1346: | P_INIT_MSG_LIST IN Standard in parameter
1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1347: | P_COMMIT IN Standard in parameter

1343: |
1344: | PARAMETERS
1345: | P_API_VERSION IN Standard in parameter
1346: | P_INIT_MSG_LIST IN Standard in parameter
1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1348: | P_VALIDATION_LEVEL IN Standard in parameter

1344: | PARAMETERS
1345: | P_API_VERSION IN Standard in parameter
1346: | P_INIT_MSG_LIST IN Standard in parameter
1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1352: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1346: | P_INIT_MSG_LIST IN Standard in parameter
1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1352: | X_MSG_DATA OUT NOCOPY Standard out parameter
1353: |
1354: | KNOWN ISSUES

Line 1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1347: | P_COMMIT IN Standard in parameter
1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1352: | X_MSG_DATA OUT NOCOPY Standard out parameter
1353: |
1354: | KNOWN ISSUES
1355: | None

Line 1352: | X_MSG_DATA OUT NOCOPY Standard out parameter

1348: | P_VALIDATION_LEVEL IN Standard in parameter
1349: | P_EXT_LOAN_REC IN OUT NOCOPY LNS_EXT_LOAN_PUB.NEW_TERM_REC record
1350: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1351: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1352: | X_MSG_DATA OUT NOCOPY Standard out parameter
1353: |
1354: | KNOWN ISSUES
1355: | None
1356: |

Line 1456: -- Standard start of API savepoint

1452: BEGIN
1453:
1454: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1455:
1456: -- Standard start of API savepoint
1457: SAVEPOINT CALC_NEW_TERMS;
1458: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1459:
1460: -- Standard call to check for call compatibility

Line 1460: -- Standard call to check for call compatibility

1456: -- Standard start of API savepoint
1457: SAVEPOINT CALC_NEW_TERMS;
1458: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1459:
1460: -- Standard call to check for call compatibility
1461: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1462: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1463: END IF;
1464:

Line 1699: -- Standard call to get message count and if count is 1, get message info

1695: end if;
1696: */
1697: x_return_status := FND_API.G_RET_STS_SUCCESS;
1698:
1699: -- Standard call to get message count and if count is 1, get message info
1700: FND_MSG_PUB.Count_And_Get(
1701: p_encoded => FND_API.G_FALSE,
1702: p_count => x_msg_count,
1703: p_data => x_msg_data);