DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on STANDARD

Line 466: | P_API_VERSION IN Standard in parameter

462: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
463: | LogMessage
464: |
465: | PARAMETERS
466: | P_API_VERSION IN Standard in parameter
467: | P_INIT_MSG_LIST IN Standard in parameter
468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC

Line 467: | P_INIT_MSG_LIST IN Standard in parameter

463: | LogMessage
464: |
465: | PARAMETERS
466: | P_API_VERSION IN Standard in parameter
467: | P_INIT_MSG_LIST IN Standard in parameter
468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 468: | P_COMMIT IN Standard in parameter

464: |
465: | PARAMETERS
466: | P_API_VERSION IN Standard in parameter
467: | P_INIT_MSG_LIST IN Standard in parameter
468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
472: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 469: | P_VALIDATION_LEVEL IN Standard in parameter

465: | PARAMETERS
466: | P_API_VERSION IN Standard in parameter
467: | P_INIT_MSG_LIST IN Standard in parameter
468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
473: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

467: | P_INIT_MSG_LIST IN Standard in parameter
468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
473: | X_MSG_DATA OUT NOCOPY Standard out parameter
474: |
475: | KNOWN ISSUES

Line 472: | X_MSG_COUNT OUT NOCOPY Standard out parameter

468: | P_COMMIT IN Standard in parameter
469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
473: | X_MSG_DATA OUT NOCOPY Standard out parameter
474: |
475: | KNOWN ISSUES
476: | None

Line 473: | X_MSG_DATA OUT NOCOPY Standard out parameter

469: | P_VALIDATION_LEVEL IN Standard in parameter
470: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
473: | X_MSG_DATA OUT NOCOPY Standard out parameter
474: |
475: | KNOWN ISSUES
476: | None
477: |

Line 520: -- Standard start of API savepoint

516:
517: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
518: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
519:
520: -- Standard start of API savepoint
521: SAVEPOINT INSERT_DISB_HEADER;
522: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
523:
524: -- Standard call to check for call compatibility

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

520: -- Standard start of API savepoint
521: SAVEPOINT INSERT_DISB_HEADER;
522: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
523:
524: -- Standard call to check for call compatibility
525: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
526: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
527: END IF;
528:

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

607: x_return_status := FND_API.G_RET_STS_SUCCESS;
608:
609: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully inserted disbursement header' || l_pk_id);
610:
611: -- Standard call to get message count and if count is 1, get message info
612: FND_MSG_PUB.Count_And_Get(
613: p_encoded => FND_API.G_FALSE,
614: p_count => x_msg_count,
615: p_data => x_msg_data);

Line 657: | P_API_VERSION IN Standard in parameter

653: | init
654: | LogMessage
655: |
656: | PARAMETERS
657: | P_API_VERSION IN Standard in parameter
658: | P_INIT_MSG_LIST IN Standard in parameter
659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC

Line 658: | P_INIT_MSG_LIST IN Standard in parameter

654: | LogMessage
655: |
656: | PARAMETERS
657: | P_API_VERSION IN Standard in parameter
658: | P_INIT_MSG_LIST IN Standard in parameter
659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 659: | P_COMMIT IN Standard in parameter

655: |
656: | PARAMETERS
657: | P_API_VERSION IN Standard in parameter
658: | P_INIT_MSG_LIST IN Standard in parameter
659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
663: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 660: | P_VALIDATION_LEVEL IN Standard in parameter

656: | PARAMETERS
657: | P_API_VERSION IN Standard in parameter
658: | P_INIT_MSG_LIST IN Standard in parameter
659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
663: | X_MSG_COUNT OUT NOCOPY Standard out parameter
664: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

658: | P_INIT_MSG_LIST IN Standard in parameter
659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
663: | X_MSG_COUNT OUT NOCOPY Standard out parameter
664: | X_MSG_DATA OUT NOCOPY Standard out parameter
665: |
666: | KNOWN ISSUES

Line 663: | X_MSG_COUNT OUT NOCOPY Standard out parameter

659: | P_COMMIT IN Standard in parameter
660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
663: | X_MSG_COUNT OUT NOCOPY Standard out parameter
664: | X_MSG_DATA OUT NOCOPY Standard out parameter
665: |
666: | KNOWN ISSUES
667: | None

Line 664: | X_MSG_DATA OUT NOCOPY Standard out parameter

660: | P_VALIDATION_LEVEL IN Standard in parameter
661: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
662: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
663: | X_MSG_COUNT OUT NOCOPY Standard out parameter
664: | X_MSG_DATA OUT NOCOPY Standard out parameter
665: |
666: | KNOWN ISSUES
667: | None
668: |

Line 716: -- Standard start of API savepoint

712:
713: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
714: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
715:
716: -- Standard start of API savepoint
717: SAVEPOINT UPDATE_DISB_HEADER;
718: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
719:
720: -- Standard call to check for call compatibility

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

716: -- Standard start of API savepoint
717: SAVEPOINT UPDATE_DISB_HEADER;
718: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
719:
720: -- Standard call to check for call compatibility
721: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
722: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
723: END IF;
724:

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

817: x_return_status := FND_API.G_RET_STS_SUCCESS;
818:
819: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully updated disbursement header ' || P_DISB_HEADER_REC.DISB_HEADER_ID);
820:
821: -- Standard call to get message count and if count is 1, get message info
822: FND_MSG_PUB.Count_And_Get(
823: p_encoded => FND_API.G_FALSE,
824: p_count => x_msg_count,
825: p_data => x_msg_data);

Line 867: | P_API_VERSION IN Standard in parameter

863: | init
864: | LogMessage
865: |
866: | PARAMETERS
867: | P_API_VERSION IN Standard in parameter
868: | P_INIT_MSG_LIST IN Standard in parameter
869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID

Line 868: | P_INIT_MSG_LIST IN Standard in parameter

864: | LogMessage
865: |
866: | PARAMETERS
867: | P_API_VERSION IN Standard in parameter
868: | P_INIT_MSG_LIST IN Standard in parameter
869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 869: | P_COMMIT IN Standard in parameter

865: |
866: | PARAMETERS
867: | P_API_VERSION IN Standard in parameter
868: | P_INIT_MSG_LIST IN Standard in parameter
869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
873: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 870: | P_VALIDATION_LEVEL IN Standard in parameter

866: | PARAMETERS
867: | P_API_VERSION IN Standard in parameter
868: | P_INIT_MSG_LIST IN Standard in parameter
869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
873: | X_MSG_COUNT OUT NOCOPY Standard out parameter
874: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

868: | P_INIT_MSG_LIST IN Standard in parameter
869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
873: | X_MSG_COUNT OUT NOCOPY Standard out parameter
874: | X_MSG_DATA OUT NOCOPY Standard out parameter
875: |
876: | KNOWN ISSUES

Line 873: | X_MSG_COUNT OUT NOCOPY Standard out parameter

869: | P_COMMIT IN Standard in parameter
870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
873: | X_MSG_COUNT OUT NOCOPY Standard out parameter
874: | X_MSG_DATA OUT NOCOPY Standard out parameter
875: |
876: | KNOWN ISSUES
877: | None

Line 874: | X_MSG_DATA OUT NOCOPY Standard out parameter

870: | P_VALIDATION_LEVEL IN Standard in parameter
871: | P_DISB_HEADER_IDC IN Disbursement Header ID
872: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
873: | X_MSG_COUNT OUT NOCOPY Standard out parameter
874: | X_MSG_DATA OUT NOCOPY Standard out parameter
875: |
876: | KNOWN ISSUES
877: | None
878: |

Line 933: -- Standard start of API savepoint

929:
930: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
931: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
932:
933: -- Standard start of API savepoint
934: SAVEPOINT DELETE_DISB_HEADER;
935: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
936:
937: -- Standard call to check for call compatibility

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

933: -- Standard start of API savepoint
934: SAVEPOINT DELETE_DISB_HEADER;
935: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
936:
937: -- Standard call to check for call compatibility
938: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
939: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
940: END IF;
941:

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

1035: x_return_status := FND_API.G_RET_STS_SUCCESS;
1036:
1037: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully deleted disbursement header ' || P_DISB_HEADER_ID);
1038:
1039: -- Standard call to get message count and if count is 1, get message info
1040: FND_MSG_PUB.Count_And_Get(
1041: p_encoded => FND_API.G_FALSE,
1042: p_count => x_msg_count,
1043: p_data => x_msg_data);

Line 1085: | P_API_VERSION IN Standard in parameter

1081: | init
1082: | LogMessage
1083: |
1084: | PARAMETERS
1085: | P_API_VERSION IN Standard in parameter
1086: | P_INIT_MSG_LIST IN Standard in parameter
1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC

Line 1086: | P_INIT_MSG_LIST IN Standard in parameter

1082: | LogMessage
1083: |
1084: | PARAMETERS
1085: | P_API_VERSION IN Standard in parameter
1086: | P_INIT_MSG_LIST IN Standard in parameter
1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1087: | P_COMMIT IN Standard in parameter

1083: |
1084: | PARAMETERS
1085: | P_API_VERSION IN Standard in parameter
1086: | P_INIT_MSG_LIST IN Standard in parameter
1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1088: | P_VALIDATION_LEVEL IN Standard in parameter

1084: | PARAMETERS
1085: | P_API_VERSION IN Standard in parameter
1086: | P_INIT_MSG_LIST IN Standard in parameter
1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1092: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1086: | P_INIT_MSG_LIST IN Standard in parameter
1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1092: | X_MSG_DATA OUT NOCOPY Standard out parameter
1093: |
1094: | KNOWN ISSUES

Line 1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1087: | P_COMMIT IN Standard in parameter
1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1092: | X_MSG_DATA OUT NOCOPY Standard out parameter
1093: |
1094: | KNOWN ISSUES
1095: | None

Line 1092: | X_MSG_DATA OUT NOCOPY Standard out parameter

1088: | P_VALIDATION_LEVEL IN Standard in parameter
1089: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1090: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1091: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1092: | X_MSG_DATA OUT NOCOPY Standard out parameter
1093: |
1094: | KNOWN ISSUES
1095: | None
1096: |

Line 1137: -- Standard start of API savepoint

1133:
1134: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1135: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1136:
1137: -- Standard start of API savepoint
1138: SAVEPOINT INSERT_DISB_LINE;
1139: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1140:
1141: -- Standard call to check for call compatibility

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

1137: -- Standard start of API savepoint
1138: SAVEPOINT INSERT_DISB_LINE;
1139: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1140:
1141: -- Standard call to check for call compatibility
1142: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1143: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1144: END IF;
1145:

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

1238: x_return_status := FND_API.G_RET_STS_SUCCESS;
1239:
1240: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully inserted disbursement line ' || l_pk_id);
1241:
1242: -- Standard call to get message count and if count is 1, get message info
1243: FND_MSG_PUB.Count_And_Get(
1244: p_encoded => FND_API.G_FALSE,
1245: p_count => x_msg_count,
1246: p_data => x_msg_data);

Line 1288: | P_API_VERSION IN Standard in parameter

1284: | init
1285: | LogMessage
1286: |
1287: | PARAMETERS
1288: | P_API_VERSION IN Standard in parameter
1289: | P_INIT_MSG_LIST IN Standard in parameter
1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC

Line 1289: | P_INIT_MSG_LIST IN Standard in parameter

1285: | LogMessage
1286: |
1287: | PARAMETERS
1288: | P_API_VERSION IN Standard in parameter
1289: | P_INIT_MSG_LIST IN Standard in parameter
1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1290: | P_COMMIT IN Standard in parameter

1286: |
1287: | PARAMETERS
1288: | P_API_VERSION IN Standard in parameter
1289: | P_INIT_MSG_LIST IN Standard in parameter
1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1291: | P_VALIDATION_LEVEL IN Standard in parameter

1287: | PARAMETERS
1288: | P_API_VERSION IN Standard in parameter
1289: | P_INIT_MSG_LIST IN Standard in parameter
1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1295: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1289: | P_INIT_MSG_LIST IN Standard in parameter
1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1295: | X_MSG_DATA OUT NOCOPY Standard out parameter
1296: |
1297: | KNOWN ISSUES

Line 1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1290: | P_COMMIT IN Standard in parameter
1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1295: | X_MSG_DATA OUT NOCOPY Standard out parameter
1296: |
1297: | KNOWN ISSUES
1298: | None

Line 1295: | X_MSG_DATA OUT NOCOPY Standard out parameter

1291: | P_VALIDATION_LEVEL IN Standard in parameter
1292: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1293: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1294: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1295: | X_MSG_DATA OUT NOCOPY Standard out parameter
1296: |
1297: | KNOWN ISSUES
1298: | None
1299: |

Line 1347: -- Standard start of API savepoint

1343:
1344: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1345: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1346:
1347: -- Standard start of API savepoint
1348: SAVEPOINT UPDATE_DISB_LINE;
1349: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1350:
1351: -- Standard call to check for call compatibility

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

1347: -- Standard start of API savepoint
1348: SAVEPOINT UPDATE_DISB_LINE;
1349: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1350:
1351: -- Standard call to check for call compatibility
1352: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1353: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1354: END IF;
1355:

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

1455: x_return_status := FND_API.G_RET_STS_SUCCESS;
1456:
1457: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully updated disbursement line ' || P_DISB_LINE_REC.DISB_LINE_ID);
1458:
1459: -- Standard call to get message count and if count is 1, get message info
1460: FND_MSG_PUB.Count_And_Get(
1461: p_encoded => FND_API.G_FALSE,
1462: p_count => x_msg_count,
1463: p_data => x_msg_data);

Line 1505: | P_API_VERSION IN Standard in parameter

1501: | init
1502: | LogMessage
1503: |
1504: | PARAMETERS
1505: | P_API_VERSION IN Standard in parameter
1506: | P_INIT_MSG_LIST IN Standard in parameter
1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID

Line 1506: | P_INIT_MSG_LIST IN Standard in parameter

1502: | LogMessage
1503: |
1504: | PARAMETERS
1505: | P_API_VERSION IN Standard in parameter
1506: | P_INIT_MSG_LIST IN Standard in parameter
1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1507: | P_COMMIT IN Standard in parameter

1503: |
1504: | PARAMETERS
1505: | P_API_VERSION IN Standard in parameter
1506: | P_INIT_MSG_LIST IN Standard in parameter
1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1508: | P_VALIDATION_LEVEL IN Standard in parameter

1504: | PARAMETERS
1505: | P_API_VERSION IN Standard in parameter
1506: | P_INIT_MSG_LIST IN Standard in parameter
1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1512: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1506: | P_INIT_MSG_LIST IN Standard in parameter
1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1512: | X_MSG_DATA OUT NOCOPY Standard out parameter
1513: |
1514: | KNOWN ISSUES

Line 1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1507: | P_COMMIT IN Standard in parameter
1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1512: | X_MSG_DATA OUT NOCOPY Standard out parameter
1513: |
1514: | KNOWN ISSUES
1515: | None

Line 1512: | X_MSG_DATA OUT NOCOPY Standard out parameter

1508: | P_VALIDATION_LEVEL IN Standard in parameter
1509: | P_DISB_LINE_IDC IN Disbursement LINE ID
1510: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1511: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1512: | X_MSG_DATA OUT NOCOPY Standard out parameter
1513: |
1514: | KNOWN ISSUES
1515: | None
1516: |

Line 1565: -- Standard start of API savepoint

1561:
1562: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1563: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1564:
1565: -- Standard start of API savepoint
1566: SAVEPOINT DELETE_DISB_LINE;
1567: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1568:
1569: -- Standard call to check for call compatibility

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

1565: -- Standard start of API savepoint
1566: SAVEPOINT DELETE_DISB_LINE;
1567: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1568:
1569: -- Standard call to check for call compatibility
1570: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1571: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1572: END IF;
1573:

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

1638: x_return_status := FND_API.G_RET_STS_SUCCESS;
1639:
1640: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully deleted disbursement line ' || P_DISB_LINE_ID);
1641:
1642: -- Standard call to get message count and if count is 1, get message info
1643: FND_MSG_PUB.Count_And_Get(
1644: p_encoded => FND_API.G_FALSE,
1645: p_count => x_msg_count,
1646: p_data => x_msg_data);

Line 1845: | P_API_VERSION IN Standard in parameter

1841: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
1842: | LogMessage
1843: |
1844: | PARAMETERS
1845: | P_API_VERSION IN Standard in parameter
1846: | P_INIT_MSG_LIST IN Standard in parameter
1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID

Line 1846: | P_INIT_MSG_LIST IN Standard in parameter

1842: | LogMessage
1843: |
1844: | PARAMETERS
1845: | P_API_VERSION IN Standard in parameter
1846: | P_INIT_MSG_LIST IN Standard in parameter
1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1847: | P_COMMIT IN Standard in parameter

1843: |
1844: | PARAMETERS
1845: | P_API_VERSION IN Standard in parameter
1846: | P_INIT_MSG_LIST IN Standard in parameter
1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1848: | P_VALIDATION_LEVEL IN Standard in parameter

1844: | PARAMETERS
1845: | P_API_VERSION IN Standard in parameter
1846: | P_INIT_MSG_LIST IN Standard in parameter
1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1852: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1846: | P_INIT_MSG_LIST IN Standard in parameter
1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1852: | X_MSG_DATA OUT NOCOPY Standard out parameter
1853: |
1854: | KNOWN ISSUES

Line 1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1847: | P_COMMIT IN Standard in parameter
1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1852: | X_MSG_DATA OUT NOCOPY Standard out parameter
1853: |
1854: | KNOWN ISSUES
1855: | None

Line 1852: | X_MSG_DATA OUT NOCOPY Standard out parameter

1848: | P_VALIDATION_LEVEL IN Standard in parameter
1849: | P_LOAN_ID IN Loan ID
1850: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1851: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1852: | X_MSG_DATA OUT NOCOPY Standard out parameter
1853: |
1854: | KNOWN ISSUES
1855: | None
1856: |

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

1961:
1962: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1963: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1964:
1965: -- Standard call to check for call compatibility
1966: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1967: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1968: END IF;
1969:

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

2275:
2276: -- END OF BODY OF API
2277: x_return_status := FND_API.G_RET_STS_SUCCESS;
2278:
2279: -- Standard call to get message count and if count is 1, get message info
2280: FND_MSG_PUB.Count_And_Get(
2281: p_encoded => FND_API.G_FALSE,
2282: p_count => x_msg_count,
2283: p_data => x_msg_data);

Line 2319: | P_API_VERSION IN Standard in parameter

2315: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2316: | LogMessage
2317: |
2318: | PARAMETERS
2319: | P_API_VERSION IN Standard in parameter
2320: | P_INIT_MSG_LIST IN Standard in parameter
2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID

Line 2320: | P_INIT_MSG_LIST IN Standard in parameter

2316: | LogMessage
2317: |
2318: | PARAMETERS
2319: | P_API_VERSION IN Standard in parameter
2320: | P_INIT_MSG_LIST IN Standard in parameter
2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2321: | P_COMMIT IN Standard in parameter

2317: |
2318: | PARAMETERS
2319: | P_API_VERSION IN Standard in parameter
2320: | P_INIT_MSG_LIST IN Standard in parameter
2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2322: | P_VALIDATION_LEVEL IN Standard in parameter

2318: | PARAMETERS
2319: | P_API_VERSION IN Standard in parameter
2320: | P_INIT_MSG_LIST IN Standard in parameter
2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2326: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2320: | P_INIT_MSG_LIST IN Standard in parameter
2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2326: | X_MSG_DATA OUT NOCOPY Standard out parameter
2327: |
2328: | KNOWN ISSUES

Line 2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2321: | P_COMMIT IN Standard in parameter
2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2326: | X_MSG_DATA OUT NOCOPY Standard out parameter
2327: |
2328: | KNOWN ISSUES
2329: | None

Line 2326: | X_MSG_DATA OUT NOCOPY Standard out parameter

2322: | P_VALIDATION_LEVEL IN Standard in parameter
2323: | P_DISB_HEADER_ID IN Disbursement header ID
2324: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2325: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2326: | X_MSG_DATA OUT NOCOPY Standard out parameter
2327: |
2328: | KNOWN ISSUES
2329: | None
2330: |

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

2388:
2389: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
2390: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
2391:
2392: -- Standard call to check for call compatibility
2393: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2394: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2395: END IF;
2396:

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

2495:
2496: -- END OF BODY OF API
2497: x_return_status := FND_API.G_RET_STS_SUCCESS;
2498:
2499: -- Standard call to get message count and if count is 1, get message info
2500: FND_MSG_PUB.Count_And_Get(
2501: p_encoded => FND_API.G_FALSE,
2502: p_count => x_msg_count,
2503: p_data => x_msg_data);

Line 2539: | P_API_VERSION IN Standard in parameter

2535: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2536: | LogMessage
2537: |
2538: | PARAMETERS
2539: | P_API_VERSION IN Standard in parameter
2540: | P_INIT_MSG_LIST IN Standard in parameter
2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID

Line 2540: | P_INIT_MSG_LIST IN Standard in parameter

2536: | LogMessage
2537: |
2538: | PARAMETERS
2539: | P_API_VERSION IN Standard in parameter
2540: | P_INIT_MSG_LIST IN Standard in parameter
2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2541: | P_COMMIT IN Standard in parameter

2537: |
2538: | PARAMETERS
2539: | P_API_VERSION IN Standard in parameter
2540: | P_INIT_MSG_LIST IN Standard in parameter
2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2542: | P_VALIDATION_LEVEL IN Standard in parameter

2538: | PARAMETERS
2539: | P_API_VERSION IN Standard in parameter
2540: | P_INIT_MSG_LIST IN Standard in parameter
2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2546: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2540: | P_INIT_MSG_LIST IN Standard in parameter
2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2546: | X_MSG_DATA OUT NOCOPY Standard out parameter
2547: |
2548: | KNOWN ISSUES

Line 2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2541: | P_COMMIT IN Standard in parameter
2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2546: | X_MSG_DATA OUT NOCOPY Standard out parameter
2547: |
2548: | KNOWN ISSUES
2549: | None

Line 2546: | X_MSG_DATA OUT NOCOPY Standard out parameter

2542: | P_VALIDATION_LEVEL IN Standard in parameter
2543: | P_DISB_HEADER_ID IN Disbursement Header ID
2544: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2545: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2546: | X_MSG_DATA OUT NOCOPY Standard out parameter
2547: |
2548: | KNOWN ISSUES
2549: | None
2550: |

Line 2648: -- Standard start of API savepoint

2644:
2645: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
2646: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
2647:
2648: -- Standard start of API savepoint
2649: SAVEPOINT VALIDATE_DISB_LINES;
2650: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2651:
2652: -- Standard call to check for call compatibility

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

2648: -- Standard start of API savepoint
2649: SAVEPOINT VALIDATE_DISB_LINES;
2650: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2651:
2652: -- Standard call to check for call compatibility
2653: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2654: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2655: END IF;
2656:

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

2847:
2848: -- END OF BODY OF API
2849: x_return_status := FND_API.G_RET_STS_SUCCESS;
2850:
2851: -- Standard call to get message count and if count is 1, get message info
2852: FND_MSG_PUB.Count_And_Get(
2853: p_encoded => FND_API.G_FALSE,
2854: p_count => x_msg_count,
2855: p_data => x_msg_data);

Line 2897: | P_API_VERSION IN Standard in parameter

2893: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2894: | LogMessage
2895: |
2896: | PARAMETERS
2897: | P_API_VERSION IN Standard in parameter
2898: | P_INIT_MSG_LIST IN Standard in parameter
2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID

Line 2898: | P_INIT_MSG_LIST IN Standard in parameter

2894: | LogMessage
2895: |
2896: | PARAMETERS
2897: | P_API_VERSION IN Standard in parameter
2898: | P_INIT_MSG_LIST IN Standard in parameter
2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2899: | P_COMMIT IN Standard in parameter

2895: |
2896: | PARAMETERS
2897: | P_API_VERSION IN Standard in parameter
2898: | P_INIT_MSG_LIST IN Standard in parameter
2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2900: | P_VALIDATION_LEVEL IN Standard in parameter

2896: | PARAMETERS
2897: | P_API_VERSION IN Standard in parameter
2898: | P_INIT_MSG_LIST IN Standard in parameter
2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2904: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2898: | P_INIT_MSG_LIST IN Standard in parameter
2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2904: | X_MSG_DATA OUT NOCOPY Standard out parameter
2905: |
2906: | KNOWN ISSUES

Line 2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2899: | P_COMMIT IN Standard in parameter
2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2904: | X_MSG_DATA OUT NOCOPY Standard out parameter
2905: |
2906: | KNOWN ISSUES
2907: | None

Line 2904: | X_MSG_DATA OUT NOCOPY Standard out parameter

2900: | P_VALIDATION_LEVEL IN Standard in parameter
2901: | P_LOAN_ID IN Loan ID
2902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2904: | X_MSG_DATA OUT NOCOPY Standard out parameter
2905: |
2906: | KNOWN ISSUES
2907: | None
2908: |

Line 3009: -- Standard start of API savepoint

3005:
3006: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3007: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3008:
3009: -- Standard start of API savepoint
3010: SAVEPOINT VALIDATE_DISB_HEADERS;
3011: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3012:
3013: -- Standard call to check for call compatibility

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

3009: -- Standard start of API savepoint
3010: SAVEPOINT VALIDATE_DISB_HEADERS;
3011: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3012:
3013: -- Standard call to check for call compatibility
3014: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3015: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3016: END IF;
3017:

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

3285:
3286: -- END OF BODY OF API
3287: x_return_status := FND_API.G_RET_STS_SUCCESS;
3288:
3289: -- Standard call to get message count and if count is 1, get message info
3290: FND_MSG_PUB.Count_And_Get(
3291: p_encoded => FND_API.G_FALSE,
3292: p_count => x_msg_count,
3293: p_data => x_msg_data);

Line 3331: | P_API_VERSION IN Standard in parameter

3327: |
3328: | PSEUDO CODE/LOGIC
3329: |
3330: | PARAMETERS
3331: | P_API_VERSION IN Standard in parameter
3332: | P_INIT_MSG_LIST IN Standard in parameter
3333: | P_COMMIT IN Standard in parameter
3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,

Line 3332: | P_INIT_MSG_LIST IN Standard in parameter

3328: | PSEUDO CODE/LOGIC
3329: |
3330: | PARAMETERS
3331: | P_API_VERSION IN Standard in parameter
3332: | P_INIT_MSG_LIST IN Standard in parameter
3333: | P_COMMIT IN Standard in parameter
3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,

Line 3333: | P_COMMIT IN Standard in parameter

3329: |
3330: | PARAMETERS
3331: | P_API_VERSION IN Standard in parameter
3332: | P_INIT_MSG_LIST IN Standard in parameter
3333: | P_COMMIT IN Standard in parameter
3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 3334: | P_VALIDATION_LEVEL IN Standard in parameter

3330: | PARAMETERS
3331: | P_API_VERSION IN Standard in parameter
3332: | P_INIT_MSG_LIST IN Standard in parameter
3333: | P_COMMIT IN Standard in parameter
3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3338: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

3333: | P_COMMIT IN Standard in parameter
3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3338: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3339: | X_MSG_DATA OUT NOCOPY Standard out parameter
3340: |
3341: | KNOWN ISSUES

Line 3338: | X_MSG_COUNT OUT NOCOPY Standard out parameter

3334: | P_VALIDATION_LEVEL IN Standard in parameter
3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3338: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3339: | X_MSG_DATA OUT NOCOPY Standard out parameter
3340: |
3341: | KNOWN ISSUES
3342: | None

Line 3339: | X_MSG_DATA OUT NOCOPY Standard out parameter

3335: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3336: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3337: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3338: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3339: | X_MSG_DATA OUT NOCOPY Standard out parameter
3340: |
3341: | KNOWN ISSUES
3342: | None
3343: |

Line 3392: -- Standard start of API savepoint

3388:
3389: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3390: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3391:
3392: -- Standard start of API savepoint
3393: SAVEPOINT Get_Default_Payment_Attr;
3394: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3395:
3396: -- Standard call to check for call compatibility

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

3392: -- Standard start of API savepoint
3393: SAVEPOINT Get_Default_Payment_Attr;
3394: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3395:
3396: -- Standard call to check for call compatibility
3397: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3398: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3399: END IF;
3400:

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

3472:
3473: -- END OF BODY OF API
3474: x_return_status := FND_API.G_RET_STS_SUCCESS;
3475:
3476: -- Standard call to get message count and if count is 1, get message info
3477: FND_MSG_PUB.Count_And_Get(
3478: p_encoded => FND_API.G_FALSE,
3479: p_count => x_msg_count,
3480: p_data => x_msg_data);

Line 3565: -- standard start of API savepoint

3561: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3562: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3563: LogMessage(FND_LOG.LEVEL_STATEMENT, 'p_loan_id: ' || p_loan_id);
3564:
3565: -- standard start of API savepoint
3566: SAVEPOINT DEFAULT_PROD_DISBURSEMENTS;
3567:
3568: IF p_loan_id IS NULL THEN
3569: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'LOAN ID is missing');

Line 3732: | P_API_VERSION IN Standard in parameter

3728: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
3729: | LogMessage
3730: |
3731: | PARAMETERS
3732: | P_API_VERSION IN Standard in parameter
3733: | P_INIT_MSG_LIST IN Standard in parameter
3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID

Line 3733: | P_INIT_MSG_LIST IN Standard in parameter

3729: | LogMessage
3730: |
3731: | PARAMETERS
3732: | P_API_VERSION IN Standard in parameter
3733: | P_INIT_MSG_LIST IN Standard in parameter
3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 3734: | P_COMMIT IN Standard in parameter

3730: |
3731: | PARAMETERS
3732: | P_API_VERSION IN Standard in parameter
3733: | P_INIT_MSG_LIST IN Standard in parameter
3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 3735: | P_VALIDATION_LEVEL IN Standard in parameter

3731: | PARAMETERS
3732: | P_API_VERSION IN Standard in parameter
3733: | P_INIT_MSG_LIST IN Standard in parameter
3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3739: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

3733: | P_INIT_MSG_LIST IN Standard in parameter
3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3739: | X_MSG_DATA OUT NOCOPY Standard out parameter
3740: |
3741: | KNOWN ISSUES

Line 3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter

3734: | P_COMMIT IN Standard in parameter
3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3739: | X_MSG_DATA OUT NOCOPY Standard out parameter
3740: |
3741: | KNOWN ISSUES
3742: | None

Line 3739: | X_MSG_DATA OUT NOCOPY Standard out parameter

3735: | P_VALIDATION_LEVEL IN Standard in parameter
3736: | P_DISB_HEADER_ID IN Disbursement Line ID
3737: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3738: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3739: | X_MSG_DATA OUT NOCOPY Standard out parameter
3740: |
3741: | KNOWN ISSUES
3742: | None
3743: |

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

3954:
3955: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3956: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3957:
3958: -- Standard call to check for call compatibility
3959: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3960: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3961: END IF;
3962:

Line 4204: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',

4200: X_GROUP_ID => l_invoice_number,
4201: X_WORKFLOW_FLAG => null,
4202: X_DOC_CATEGORY_CODE => null,
4203: X_VOUCHER_NUM => null,
4204: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',
4205: X_GOODS_RECEIVED_DATE => null,
4206: X_INVOICE_RECEIVED_DATE => sysdate,
4207: X_GL_DATE => l_due_date,
4208: X_ACCTS_PAY_CCID => l_cc_id,

Line 4343: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',

4339: X_GROUP_ID => l_invoice_number,
4340: X_WORKFLOW_FLAG => null,
4341: X_DOC_CATEGORY_CODE => null,
4342: X_VOUCHER_NUM => null,
4343: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',
4344: X_GOODS_RECEIVED_DATE => null,
4345: X_INVOICE_RECEIVED_DATE => sysdate,
4346: X_GL_DATE => l_due_date,
4347: X_ACCTS_PAY_CCID => l_cc_id,

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

4817: x_return_status := FND_API.G_RET_STS_SUCCESS;
4818:
4819: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'Successfully submitted single payment request');
4820:
4821: -- Standard call to get message count and if count is 1, get message info
4822: FND_MSG_PUB.Count_And_Get(
4823: p_encoded => FND_API.G_FALSE,
4824: p_count => x_msg_count,
4825: p_data => x_msg_data);

Line 4885: | P_API_VERSION IN Standard in parameter

4881: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
4882: | LogMessage
4883: |
4884: | PARAMETERS
4885: | P_API_VERSION IN Standard in parameter
4886: | P_INIT_MSG_LIST IN Standard in parameter
4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID

Line 4886: | P_INIT_MSG_LIST IN Standard in parameter

4882: | LogMessage
4883: |
4884: | PARAMETERS
4885: | P_API_VERSION IN Standard in parameter
4886: | P_INIT_MSG_LIST IN Standard in parameter
4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 4887: | P_COMMIT IN Standard in parameter

4883: |
4884: | PARAMETERS
4885: | P_API_VERSION IN Standard in parameter
4886: | P_INIT_MSG_LIST IN Standard in parameter
4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 4888: | P_VALIDATION_LEVEL IN Standard in parameter

4884: | PARAMETERS
4885: | P_API_VERSION IN Standard in parameter
4886: | P_INIT_MSG_LIST IN Standard in parameter
4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4892: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

4886: | P_INIT_MSG_LIST IN Standard in parameter
4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4892: | X_MSG_DATA OUT NOCOPY Standard out parameter
4893: |
4894: | KNOWN ISSUES

Line 4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter

4887: | P_COMMIT IN Standard in parameter
4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4892: | X_MSG_DATA OUT NOCOPY Standard out parameter
4893: |
4894: | KNOWN ISSUES
4895: | None

Line 4892: | X_MSG_DATA OUT NOCOPY Standard out parameter

4888: | P_VALIDATION_LEVEL IN Standard in parameter
4889: | P_LOAN_ID IN Loan ID
4890: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4891: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4892: | X_MSG_DATA OUT NOCOPY Standard out parameter
4893: |
4894: | KNOWN ISSUES
4895: | None
4896: |

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

4943: BEGIN
4944:
4945: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
4946:
4947: -- Standard call to check for call compatibility
4948: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4949: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4950: END IF;
4951:

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

5001:
5002: -- END OF BODY OF API
5003: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Commited');
5004:
5005: -- Standard call to get message count and if count is 1, get message info
5006: FND_MSG_PUB.Count_And_Get(
5007: p_encoded => FND_API.G_FALSE,
5008: p_count => x_msg_count,
5009: p_data => x_msg_data);

Line 5044: | P_API_VERSION IN Standard in parameter

5040: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
5041: | LogMessage
5042: |
5043: | PARAMETERS
5044: | P_API_VERSION IN Standard in parameter
5045: | P_INIT_MSG_LIST IN Standard in parameter
5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID

Line 5045: | P_INIT_MSG_LIST IN Standard in parameter

5041: | LogMessage
5042: |
5043: | PARAMETERS
5044: | P_API_VERSION IN Standard in parameter
5045: | P_INIT_MSG_LIST IN Standard in parameter
5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 5046: | P_COMMIT IN Standard in parameter

5042: |
5043: | PARAMETERS
5044: | P_API_VERSION IN Standard in parameter
5045: | P_INIT_MSG_LIST IN Standard in parameter
5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 5047: | P_VALIDATION_LEVEL IN Standard in parameter

5043: | PARAMETERS
5044: | P_API_VERSION IN Standard in parameter
5045: | P_INIT_MSG_LIST IN Standard in parameter
5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5051: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

5045: | P_INIT_MSG_LIST IN Standard in parameter
5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5051: | X_MSG_DATA OUT NOCOPY Standard out parameter
5052: |
5053: | KNOWN ISSUES

Line 5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter

5046: | P_COMMIT IN Standard in parameter
5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5051: | X_MSG_DATA OUT NOCOPY Standard out parameter
5052: |
5053: | KNOWN ISSUES
5054: | None

Line 5051: | X_MSG_DATA OUT NOCOPY Standard out parameter

5047: | P_VALIDATION_LEVEL IN Standard in parameter
5048: | P_DISB_HEADER_ID IN Disbursement Header ID
5049: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5050: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5051: | X_MSG_DATA OUT NOCOPY Standard out parameter
5052: |
5053: | KNOWN ISSUES
5054: | None
5055: |

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

5155:
5156: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
5157: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
5158:
5159: -- Standard call to check for call compatibility
5160: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
5161: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5162: END IF;
5163:

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

5407: -- END OF BODY OF API
5408: x_return_status := FND_API.G_RET_STS_SUCCESS;
5409: LogMessage(FND_LOG.LEVEL_STATEMENT, 'SUBMIT_DISBURSEMENT returned status: ' || x_return_status);
5410:
5411: -- Standard call to get message count and if count is 1, get message info
5412: FND_MSG_PUB.Count_And_Get(
5413: p_encoded => FND_API.G_FALSE,
5414: p_count => x_msg_count,
5415: p_data => x_msg_data);

Line 5448: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

5444: | LogMessage
5445: |
5446: | PARAMETERS
5447: | P_INVOICE_ID IN Check ID
5448: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5449: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5450: | X_MSG_DATA OUT NOCOPY Standard out parameter
5451: |
5452: | KNOWN ISSUES

Line 5449: | X_MSG_COUNT OUT NOCOPY Standard out parameter

5445: |
5446: | PARAMETERS
5447: | P_INVOICE_ID IN Check ID
5448: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5449: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5450: | X_MSG_DATA OUT NOCOPY Standard out parameter
5451: |
5452: | KNOWN ISSUES
5453: | None

Line 5450: | X_MSG_DATA OUT NOCOPY Standard out parameter

5446: | PARAMETERS
5447: | P_INVOICE_ID IN Check ID
5448: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5449: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5450: | X_MSG_DATA OUT NOCOPY Standard out parameter
5451: |
5452: | KNOWN ISSUES
5453: | None
5454: |

Line 5653: -- Standard start of API savepoint

5649: BEGIN
5650: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
5651: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
5652:
5653: -- Standard start of API savepoint
5654: SAVEPOINT PAY_SINGLE_INVOICE;
5655: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
5656:
5657: -- Initialize API return status to success

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

6419: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
6420:
6421: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully processed payment');
6422:
6423: -- Standard call to get message count and if count is 1, get message info
6424: FND_MSG_PUB.Count_And_Get(
6425: p_encoded => FND_API.G_FALSE,
6426: p_count => x_msg_count,
6427: p_data => x_msg_data);

Line 6470: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6466: |
6467: | PARAMETERS
6468: | P_Event_Type IN Event type
6469: | P_Check_ID IN Check ID
6470: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6471: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6472: | X_MSG_DATA OUT NOCOPY Standard out parameter
6473: |
6474: | KNOWN ISSUES

Line 6471: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6467: | PARAMETERS
6468: | P_Event_Type IN Event type
6469: | P_Check_ID IN Check ID
6470: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6471: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6472: | X_MSG_DATA OUT NOCOPY Standard out parameter
6473: |
6474: | KNOWN ISSUES
6475: | None

Line 6472: | X_MSG_DATA OUT NOCOPY Standard out parameter

6468: | P_Event_Type IN Event type
6469: | P_Check_ID IN Check ID
6470: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6471: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6472: | X_MSG_DATA OUT NOCOPY Standard out parameter
6473: |
6474: | KNOWN ISSUES
6475: | None
6476: |

Line 6520: -- Standard start of API savepoint

6516: BEGIN
6517: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6518: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6519:
6520: -- Standard start of API savepoint
6521: SAVEPOINT SubscribeTo_Payment_Event;
6522: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6523:
6524: -- Initialize API return status to success

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

6564: P_Return_Status := FND_API.G_RET_STS_SUCCESS;
6565:
6566: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully processed payment event');
6567:
6568: -- Standard call to get message count and if count is 1, get message info
6569: FND_MSG_PUB.Count_And_Get(
6570: p_encoded => FND_API.G_FALSE,
6571: p_count => p_msg_count,
6572: p_data => p_msg_data);

Line 6614: | P_API_VERSION IN Standard in parameter

6610: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
6611: | LogMessage
6612: |
6613: | PARAMETERS
6614: | P_API_VERSION IN Standard in parameter
6615: | P_INIT_MSG_LIST IN Standard in parameter
6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan

Line 6615: | P_INIT_MSG_LIST IN Standard in parameter

6611: | LogMessage
6612: |
6613: | PARAMETERS
6614: | P_API_VERSION IN Standard in parameter
6615: | P_INIT_MSG_LIST IN Standard in parameter
6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 6616: | P_COMMIT IN Standard in parameter

6612: |
6613: | PARAMETERS
6614: | P_API_VERSION IN Standard in parameter
6615: | P_INIT_MSG_LIST IN Standard in parameter
6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 6617: | P_VALIDATION_LEVEL IN Standard in parameter

6613: | PARAMETERS
6614: | P_API_VERSION IN Standard in parameter
6615: | P_INIT_MSG_LIST IN Standard in parameter
6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6621: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6615: | P_INIT_MSG_LIST IN Standard in parameter
6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6621: | X_MSG_DATA OUT NOCOPY Standard out parameter
6622: |
6623: | KNOWN ISSUES

Line 6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6616: | P_COMMIT IN Standard in parameter
6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6621: | X_MSG_DATA OUT NOCOPY Standard out parameter
6622: |
6623: | KNOWN ISSUES
6624: | None

Line 6621: | X_MSG_DATA OUT NOCOPY Standard out parameter

6617: | P_VALIDATION_LEVEL IN Standard in parameter
6618: | P_LOAN_ID IN Loan
6619: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6620: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6621: | X_MSG_DATA OUT NOCOPY Standard out parameter
6622: |
6623: | KNOWN ISSUES
6624: | None
6625: |

Line 6676: -- Standard start of API savepoint

6672: BEGIN
6673: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6674: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6675:
6676: -- Standard start of API savepoint
6677: SAVEPOINT COMPLETE_ALL_DISB;
6678: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6679:
6680: -- Standard call to check for call compatibility

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

6676: -- Standard start of API savepoint
6677: SAVEPOINT COMPLETE_ALL_DISB;
6678: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6679:
6680: -- Standard call to check for call compatibility
6681: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
6682: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6683: END IF;
6684:

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

6727: x_return_status := FND_API.G_RET_STS_SUCCESS;
6728:
6729: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully completed all disbursements for loan ' || P_LOAN_ID);
6730:
6731: -- Standard call to get message count and if count is 1, get message info
6732: FND_MSG_PUB.Count_And_Get(
6733: p_encoded => FND_API.G_FALSE,
6734: p_count => x_msg_count,
6735: p_data => x_msg_data);

Line 6776: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6772: | LogMessage
6773: |
6774: | PARAMETERS
6775: | P_INVOICE_ID IN Check ID
6776: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6777: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6778: | X_MSG_DATA OUT NOCOPY Standard out parameter
6779: |
6780: | KNOWN ISSUES

Line 6777: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6773: |
6774: | PARAMETERS
6775: | P_INVOICE_ID IN Check ID
6776: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6777: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6778: | X_MSG_DATA OUT NOCOPY Standard out parameter
6779: |
6780: | KNOWN ISSUES
6781: | None

Line 6778: | X_MSG_DATA OUT NOCOPY Standard out parameter

6774: | PARAMETERS
6775: | P_INVOICE_ID IN Check ID
6776: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6777: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6778: | X_MSG_DATA OUT NOCOPY Standard out parameter
6779: |
6780: | KNOWN ISSUES
6781: | None
6782: |

Line 6881: -- Standard start of API savepoint

6877: BEGIN
6878: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6879: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6880:
6881: -- Standard start of API savepoint
6882: SAVEPOINT CANCEL_SINGLE_DISB;
6883: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6884:
6885: -- Initialize message list if p_init_msg_list is set to TRUE

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

7097: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
7098:
7099: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancelled disbursement header with lines');
7100:
7101: -- Standard call to get message count and if count is 1, get message info
7102: FND_MSG_PUB.Count_And_Get(
7103: p_encoded => FND_API.G_FALSE,
7104: p_count => x_msg_count,
7105: p_data => x_msg_data);

Line 7147: | P_API_VERSION IN Standard in parameter

7143: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7144: | LogMessage
7145: |
7146: | PARAMETERS
7147: | P_API_VERSION IN Standard in parameter
7148: | P_INIT_MSG_LIST IN Standard in parameter
7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan

Line 7148: | P_INIT_MSG_LIST IN Standard in parameter

7144: | LogMessage
7145: |
7146: | PARAMETERS
7147: | P_API_VERSION IN Standard in parameter
7148: | P_INIT_MSG_LIST IN Standard in parameter
7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7149: | P_COMMIT IN Standard in parameter

7145: |
7146: | PARAMETERS
7147: | P_API_VERSION IN Standard in parameter
7148: | P_INIT_MSG_LIST IN Standard in parameter
7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7150: | P_VALIDATION_LEVEL IN Standard in parameter

7146: | PARAMETERS
7147: | P_API_VERSION IN Standard in parameter
7148: | P_INIT_MSG_LIST IN Standard in parameter
7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7154: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7148: | P_INIT_MSG_LIST IN Standard in parameter
7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7154: | X_MSG_DATA OUT NOCOPY Standard out parameter
7155: |
7156: | KNOWN ISSUES

Line 7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7149: | P_COMMIT IN Standard in parameter
7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7154: | X_MSG_DATA OUT NOCOPY Standard out parameter
7155: |
7156: | KNOWN ISSUES
7157: | None

Line 7154: | X_MSG_DATA OUT NOCOPY Standard out parameter

7150: | P_VALIDATION_LEVEL IN Standard in parameter
7151: | P_LOAN_ID IN Loan
7152: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7153: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7154: | X_MSG_DATA OUT NOCOPY Standard out parameter
7155: |
7156: | KNOWN ISSUES
7157: | None
7158: |

Line 7232: -- Standard start of API savepoint

7228: BEGIN
7229: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
7230: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
7231:
7232: -- Standard start of API savepoint
7233: SAVEPOINT APPROVE_CANCEL_REM_DISB;
7234: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7235:
7236: -- Standard call to check for call compatibility

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

7232: -- Standard start of API savepoint
7233: SAVEPOINT APPROVE_CANCEL_REM_DISB;
7234: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7235:
7236: -- Standard call to check for call compatibility
7237: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7238: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7239: END IF;
7240:

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

7354: x_return_status := FND_API.G_RET_STS_SUCCESS;
7355:
7356: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancelled all remaining disbursements');
7357:
7358: -- Standard call to get message count and if count is 1, get message info
7359: FND_MSG_PUB.Count_And_Get(
7360: p_encoded => FND_API.G_FALSE,
7361: p_count => x_msg_count,
7362: p_data => x_msg_data);

Line 7403: | P_API_VERSION IN Standard in parameter

7399: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7400: | LogMessage
7401: |
7402: | PARAMETERS
7403: | P_API_VERSION IN Standard in parameter
7404: | P_INIT_MSG_LIST IN Standard in parameter
7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan

Line 7404: | P_INIT_MSG_LIST IN Standard in parameter

7400: | LogMessage
7401: |
7402: | PARAMETERS
7403: | P_API_VERSION IN Standard in parameter
7404: | P_INIT_MSG_LIST IN Standard in parameter
7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7405: | P_COMMIT IN Standard in parameter

7401: |
7402: | PARAMETERS
7403: | P_API_VERSION IN Standard in parameter
7404: | P_INIT_MSG_LIST IN Standard in parameter
7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7406: | P_VALIDATION_LEVEL IN Standard in parameter

7402: | PARAMETERS
7403: | P_API_VERSION IN Standard in parameter
7404: | P_INIT_MSG_LIST IN Standard in parameter
7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7410: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7404: | P_INIT_MSG_LIST IN Standard in parameter
7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7410: | X_MSG_DATA OUT NOCOPY Standard out parameter
7411: |
7412: | KNOWN ISSUES

Line 7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7405: | P_COMMIT IN Standard in parameter
7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7410: | X_MSG_DATA OUT NOCOPY Standard out parameter
7411: |
7412: | KNOWN ISSUES
7413: | None

Line 7410: | X_MSG_DATA OUT NOCOPY Standard out parameter

7406: | P_VALIDATION_LEVEL IN Standard in parameter
7407: | P_LOAN_ID IN Loan
7408: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7409: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7410: | X_MSG_DATA OUT NOCOPY Standard out parameter
7411: |
7412: | KNOWN ISSUES
7413: | None
7414: |

Line 7477: -- Standard start of API savepoint

7473: BEGIN
7474: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
7475: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
7476:
7477: -- Standard start of API savepoint
7478: SAVEPOINT REJECT_CANCEL_DISB;
7479: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7480:
7481: -- Standard call to check for call compatibility

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

7477: -- Standard start of API savepoint
7478: SAVEPOINT REJECT_CANCEL_DISB;
7479: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7480:
7481: -- Standard call to check for call compatibility
7482: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7483: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7484: END IF;
7485:

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

7541: x_return_status := FND_API.G_RET_STS_SUCCESS;
7542:
7543: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully reactivation disbursement schedule');
7544:
7545: -- Standard call to get message count and if count is 1, get message info
7546: FND_MSG_PUB.Count_And_Get(
7547: p_encoded => FND_API.G_FALSE,
7548: p_count => x_msg_count,
7549: p_data => x_msg_data);

Line 7589: | P_API_VERSION IN Standard in parameter

7585: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7586: | LogMessage
7587: |
7588: | PARAMETERS
7589: | P_API_VERSION IN Standard in parameter
7590: | P_INIT_MSG_LIST IN Standard in parameter
7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan

Line 7590: | P_INIT_MSG_LIST IN Standard in parameter

7586: | LogMessage
7587: |
7588: | PARAMETERS
7589: | P_API_VERSION IN Standard in parameter
7590: | P_INIT_MSG_LIST IN Standard in parameter
7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7591: | P_COMMIT IN Standard in parameter

7587: |
7588: | PARAMETERS
7589: | P_API_VERSION IN Standard in parameter
7590: | P_INIT_MSG_LIST IN Standard in parameter
7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7592: | P_VALIDATION_LEVEL IN Standard in parameter

7588: | PARAMETERS
7589: | P_API_VERSION IN Standard in parameter
7590: | P_INIT_MSG_LIST IN Standard in parameter
7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7596: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7590: | P_INIT_MSG_LIST IN Standard in parameter
7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7596: | X_MSG_DATA OUT NOCOPY Standard out parameter
7597: |
7598: | KNOWN ISSUES

Line 7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7591: | P_COMMIT IN Standard in parameter
7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7596: | X_MSG_DATA OUT NOCOPY Standard out parameter
7597: |
7598: | KNOWN ISSUES
7599: | None

Line 7596: | X_MSG_DATA OUT NOCOPY Standard out parameter

7592: | P_VALIDATION_LEVEL IN Standard in parameter
7593: | P_LOAN_ID IN Loan
7594: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7595: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7596: | X_MSG_DATA OUT NOCOPY Standard out parameter
7597: |
7598: | KNOWN ISSUES
7599: | None
7600: |

Line 7656: -- Standard start of API savepoint

7652: BEGIN
7653: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
7654: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
7655:
7656: -- Standard start of API savepoint
7657: SAVEPOINT CANCEL_DISB_SCHEDULE;
7658: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7659:
7660: -- Standard call to check for call compatibility

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

7656: -- Standard start of API savepoint
7657: SAVEPOINT CANCEL_DISB_SCHEDULE;
7658: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7659:
7660: -- Standard call to check for call compatibility
7661: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7662: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7663: END IF;
7664:

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

7741: x_return_status := FND_API.G_RET_STS_SUCCESS;
7742:
7743: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancel disbursements');
7744:
7745: -- Standard call to get message count and if count is 1, get message info
7746: FND_MSG_PUB.Count_And_Get(
7747: p_encoded => FND_API.G_FALSE,
7748: p_count => x_msg_count,
7749: p_data => x_msg_data);

Line 7790: | P_API_VERSION IN Standard in parameter

7786: | init
7787: | LogMessage
7788: |
7789: | PARAMETERS
7790: | P_API_VERSION IN Standard in parameter
7791: | P_INIT_MSG_LIST IN Standard in parameter
7792: | P_COMMIT IN Standard in parameter
7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record

Line 7791: | P_INIT_MSG_LIST IN Standard in parameter

7787: | LogMessage
7788: |
7789: | PARAMETERS
7790: | P_API_VERSION IN Standard in parameter
7791: | P_INIT_MSG_LIST IN Standard in parameter
7792: | P_COMMIT IN Standard in parameter
7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id

Line 7792: | P_COMMIT IN Standard in parameter

7788: |
7789: | PARAMETERS
7790: | P_API_VERSION IN Standard in parameter
7791: | P_INIT_MSG_LIST IN Standard in parameter
7792: | P_COMMIT IN Standard in parameter
7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id
7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7793: | P_VALIDATION_LEVEL IN Standard in parameter

7789: | PARAMETERS
7790: | P_API_VERSION IN Standard in parameter
7791: | P_INIT_MSG_LIST IN Standard in parameter
7792: | P_COMMIT IN Standard in parameter
7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id
7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7797: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7792: | P_COMMIT IN Standard in parameter
7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id
7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7797: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7798: | X_MSG_DATA OUT NOCOPY Standard out parameter
7799: |
7800: | KNOWN ISSUES

Line 7797: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7793: | P_VALIDATION_LEVEL IN Standard in parameter
7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id
7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7797: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7798: | X_MSG_DATA OUT NOCOPY Standard out parameter
7799: |
7800: | KNOWN ISSUES
7801: | None

Line 7798: | X_MSG_DATA OUT NOCOPY Standard out parameter

7794: | P_PAYEE_REC IN Payee record
7795: | X_PAYEE_ID OUT NOCOPY Return payee id
7796: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7797: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7798: | X_MSG_DATA OUT NOCOPY Standard out parameter
7799: |
7800: | KNOWN ISSUES
7801: | None
7802: |

Line 7870: | P_API_VERSION IN Standard in parameter

7866: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7867: | LogMessage
7868: |
7869: | PARAMETERS
7870: | P_API_VERSION IN Standard in parameter
7871: | P_INIT_MSG_LIST IN Standard in parameter
7872: | P_COMMIT IN Standard in parameter
7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record

Line 7871: | P_INIT_MSG_LIST IN Standard in parameter

7867: | LogMessage
7868: |
7869: | PARAMETERS
7870: | P_API_VERSION IN Standard in parameter
7871: | P_INIT_MSG_LIST IN Standard in parameter
7872: | P_COMMIT IN Standard in parameter
7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id

Line 7872: | P_COMMIT IN Standard in parameter

7868: |
7869: | PARAMETERS
7870: | P_API_VERSION IN Standard in parameter
7871: | P_INIT_MSG_LIST IN Standard in parameter
7872: | P_COMMIT IN Standard in parameter
7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7873: | P_VALIDATION_LEVEL IN Standard in parameter

7869: | PARAMETERS
7870: | P_API_VERSION IN Standard in parameter
7871: | P_INIT_MSG_LIST IN Standard in parameter
7872: | P_COMMIT IN Standard in parameter
7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7877: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7872: | P_COMMIT IN Standard in parameter
7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7877: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7878: | X_MSG_DATA OUT NOCOPY Standard out parameter
7879: |
7880: | KNOWN ISSUES

Line 7877: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7873: | P_VALIDATION_LEVEL IN Standard in parameter
7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7877: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7878: | X_MSG_DATA OUT NOCOPY Standard out parameter
7879: |
7880: | KNOWN ISSUES
7881: | None

Line 7878: | X_MSG_DATA OUT NOCOPY Standard out parameter

7874: | P_PAYEE_SITE_REC IN Payee site record
7875: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7876: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7877: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7878: | X_MSG_DATA OUT NOCOPY Standard out parameter
7879: |
7880: | KNOWN ISSUES
7881: | None
7882: |

Line 7942: | P_API_VERSION IN Standard in parameter

7938: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7939: | LogMessage
7940: |
7941: | PARAMETERS
7942: | P_API_VERSION IN Standard in parameter
7943: | P_INIT_MSG_LIST IN Standard in parameter
7944: | P_COMMIT IN Standard in parameter
7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record

Line 7943: | P_INIT_MSG_LIST IN Standard in parameter

7939: | LogMessage
7940: |
7941: | PARAMETERS
7942: | P_API_VERSION IN Standard in parameter
7943: | P_INIT_MSG_LIST IN Standard in parameter
7944: | P_COMMIT IN Standard in parameter
7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id

Line 7944: | P_COMMIT IN Standard in parameter

7940: |
7941: | PARAMETERS
7942: | P_API_VERSION IN Standard in parameter
7943: | P_INIT_MSG_LIST IN Standard in parameter
7944: | P_COMMIT IN Standard in parameter
7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7945: | P_VALIDATION_LEVEL IN Standard in parameter

7941: | PARAMETERS
7942: | P_API_VERSION IN Standard in parameter
7943: | P_INIT_MSG_LIST IN Standard in parameter
7944: | P_COMMIT IN Standard in parameter
7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7949: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7944: | P_COMMIT IN Standard in parameter
7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7949: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7950: | X_MSG_DATA OUT NOCOPY Standard out parameter
7951: |
7952: | KNOWN ISSUES

Line 7949: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7945: | P_VALIDATION_LEVEL IN Standard in parameter
7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7949: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7950: | X_MSG_DATA OUT NOCOPY Standard out parameter
7951: |
7952: | KNOWN ISSUES
7953: | None

Line 7950: | X_MSG_DATA OUT NOCOPY Standard out parameter

7946: | P_SITE_CONTACT_REC IN Site contact record
7947: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7948: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7949: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7950: | X_MSG_DATA OUT NOCOPY Standard out parameter
7951: |
7952: | KNOWN ISSUES
7953: | None
7954: |

Line 8015: | P_API_VERSION IN Standard in parameter

8011: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8012: | LogMessage
8013: |
8014: | PARAMETERS
8015: | P_API_VERSION IN Standard in parameter
8016: | P_INIT_MSG_LIST IN Standard in parameter
8017: | P_COMMIT IN Standard in parameter
8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record

Line 8016: | P_INIT_MSG_LIST IN Standard in parameter

8012: | LogMessage
8013: |
8014: | PARAMETERS
8015: | P_API_VERSION IN Standard in parameter
8016: | P_INIT_MSG_LIST IN Standard in parameter
8017: | P_COMMIT IN Standard in parameter
8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id

Line 8017: | P_COMMIT IN Standard in parameter

8013: |
8014: | PARAMETERS
8015: | P_API_VERSION IN Standard in parameter
8016: | P_INIT_MSG_LIST IN Standard in parameter
8017: | P_COMMIT IN Standard in parameter
8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8018: | P_VALIDATION_LEVEL IN Standard in parameter

8014: | PARAMETERS
8015: | P_API_VERSION IN Standard in parameter
8016: | P_INIT_MSG_LIST IN Standard in parameter
8017: | P_COMMIT IN Standard in parameter
8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8022: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8017: | P_COMMIT IN Standard in parameter
8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8022: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8023: | X_MSG_DATA OUT NOCOPY Standard out parameter
8024: |
8025: | KNOWN ISSUES

Line 8022: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8018: | P_VALIDATION_LEVEL IN Standard in parameter
8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8022: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8023: | X_MSG_DATA OUT NOCOPY Standard out parameter
8024: |
8025: | KNOWN ISSUES
8026: | None

Line 8023: | X_MSG_DATA OUT NOCOPY Standard out parameter

8019: | P_BANK_ACC_USE_REC IN Bank account use record
8020: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
8021: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8022: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8023: | X_MSG_DATA OUT NOCOPY Standard out parameter
8024: |
8025: | KNOWN ISSUES
8026: | None
8027: |

Line 8152: | P_API_VERSION IN Standard in parameter

8148: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8149: | LogMessage
8150: |
8151: | PARAMETERS
8152: | P_API_VERSION IN Standard in parameter
8153: | P_INIT_MSG_LIST IN Standard in parameter
8154: | P_COMMIT IN Standard in parameter
8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record

Line 8153: | P_INIT_MSG_LIST IN Standard in parameter

8149: | LogMessage
8150: |
8151: | PARAMETERS
8152: | P_API_VERSION IN Standard in parameter
8153: | P_INIT_MSG_LIST IN Standard in parameter
8154: | P_COMMIT IN Standard in parameter
8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 8154: | P_COMMIT IN Standard in parameter

8150: |
8151: | PARAMETERS
8152: | P_API_VERSION IN Standard in parameter
8153: | P_INIT_MSG_LIST IN Standard in parameter
8154: | P_COMMIT IN Standard in parameter
8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8155: | P_VALIDATION_LEVEL IN Standard in parameter

8151: | PARAMETERS
8152: | P_API_VERSION IN Standard in parameter
8153: | P_INIT_MSG_LIST IN Standard in parameter
8154: | P_COMMIT IN Standard in parameter
8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8159: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8154: | P_COMMIT IN Standard in parameter
8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8159: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8160: | X_MSG_DATA OUT NOCOPY Standard out parameter
8161: |
8162: | KNOWN ISSUES

Line 8159: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8155: | P_VALIDATION_LEVEL IN Standard in parameter
8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8159: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8160: | X_MSG_DATA OUT NOCOPY Standard out parameter
8161: |
8162: | KNOWN ISSUES
8163: | None

Line 8160: | X_MSG_DATA OUT NOCOPY Standard out parameter

8156: | P_INIT_FUNDING_REC IN Init funding advice record
8157: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8158: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8159: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8160: | X_MSG_DATA OUT NOCOPY Standard out parameter
8161: |
8162: | KNOWN ISSUES
8163: | None
8164: |

Line 8223: | P_API_VERSION IN Standard in parameter

8219: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8220: | LogMessage
8221: |
8222: | PARAMETERS
8223: | P_API_VERSION IN Standard in parameter
8224: | P_INIT_MSG_LIST IN Standard in parameter
8225: | P_COMMIT IN Standard in parameter
8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID

Line 8224: | P_INIT_MSG_LIST IN Standard in parameter

8220: | LogMessage
8221: |
8222: | PARAMETERS
8223: | P_API_VERSION IN Standard in parameter
8224: | P_INIT_MSG_LIST IN Standard in parameter
8225: | P_COMMIT IN Standard in parameter
8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag

Line 8225: | P_COMMIT IN Standard in parameter

8221: |
8222: | PARAMETERS
8223: | P_API_VERSION IN Standard in parameter
8224: | P_INIT_MSG_LIST IN Standard in parameter
8225: | P_COMMIT IN Standard in parameter
8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag
8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8226: | P_VALIDATION_LEVEL IN Standard in parameter

8222: | PARAMETERS
8223: | P_API_VERSION IN Standard in parameter
8224: | P_INIT_MSG_LIST IN Standard in parameter
8225: | P_COMMIT IN Standard in parameter
8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag
8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8230: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8225: | P_COMMIT IN Standard in parameter
8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag
8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8230: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8231: | X_MSG_DATA OUT NOCOPY Standard out parameter
8232: |
8233: | KNOWN ISSUES

Line 8230: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8226: | P_VALIDATION_LEVEL IN Standard in parameter
8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag
8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8230: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8231: | X_MSG_DATA OUT NOCOPY Standard out parameter
8232: |
8233: | KNOWN ISSUES
8234: | None

Line 8231: | X_MSG_DATA OUT NOCOPY Standard out parameter

8227: | P_LOAN_ID IN Loan ID
8228: | P_AUTOFUNDING_FLAG IN Autofunding flag
8229: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8230: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8231: | X_MSG_DATA OUT NOCOPY Standard out parameter
8232: |
8233: | KNOWN ISSUES
8234: | None
8235: |

Line 8304: -- Standard start of API savepoint

8300: BEGIN
8301:
8302: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
8303:
8304: -- Standard start of API savepoint
8305: SAVEPOINT SET_AUTOFUNDING;
8306: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
8307:
8308: -- Standard call to check for call compatibility

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

8304: -- Standard start of API savepoint
8305: SAVEPOINT SET_AUTOFUNDING;
8306: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
8307:
8308: -- Standard call to check for call compatibility
8309: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
8310: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8311: END IF;
8312:

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

8438:
8439: -- END OF BODY OF API
8440: x_return_status := FND_API.G_RET_STS_SUCCESS;
8441:
8442: -- Standard call to get message count and if count is 1, get message info
8443: FND_MSG_PUB.Count_And_Get(
8444: p_encoded => FND_API.G_FALSE,
8445: p_count => x_msg_count,
8446: p_data => x_msg_data);

Line 8487: | P_API_VERSION IN Standard in parameter

8483: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8484: | LogMessage
8485: |
8486: | PARAMETERS
8487: | P_API_VERSION IN Standard in parameter
8488: | P_INIT_MSG_LIST IN Standard in parameter
8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID

Line 8488: | P_INIT_MSG_LIST IN Standard in parameter

8484: | LogMessage
8485: |
8486: | PARAMETERS
8487: | P_API_VERSION IN Standard in parameter
8488: | P_INIT_MSG_LIST IN Standard in parameter
8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8489: | P_COMMIT IN Standard in parameter

8485: |
8486: | PARAMETERS
8487: | P_API_VERSION IN Standard in parameter
8488: | P_INIT_MSG_LIST IN Standard in parameter
8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8490: | P_VALIDATION_LEVEL IN Standard in parameter

8486: | PARAMETERS
8487: | P_API_VERSION IN Standard in parameter
8488: | P_INIT_MSG_LIST IN Standard in parameter
8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8494: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8488: | P_INIT_MSG_LIST IN Standard in parameter
8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8494: | X_MSG_DATA OUT NOCOPY Standard out parameter
8495: |
8496: | KNOWN ISSUES

Line 8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8489: | P_COMMIT IN Standard in parameter
8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8494: | X_MSG_DATA OUT NOCOPY Standard out parameter
8495: |
8496: | KNOWN ISSUES
8497: | None

Line 8494: | X_MSG_DATA OUT NOCOPY Standard out parameter

8490: | P_VALIDATION_LEVEL IN Standard in parameter
8491: | P_LOAN_ID IN Loan ID
8492: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8493: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8494: | X_MSG_DATA OUT NOCOPY Standard out parameter
8495: |
8496: | KNOWN ISSUES
8497: | None
8498: |

Line 8556: | P_API_VERSION IN Standard in parameter

8552: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8553: | LogMessage
8554: |
8555: | PARAMETERS
8556: | P_API_VERSION IN Standard in parameter
8557: | P_INIT_MSG_LIST IN Standard in parameter
8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record

Line 8557: | P_INIT_MSG_LIST IN Standard in parameter

8553: | LogMessage
8554: |
8555: | PARAMETERS
8556: | P_API_VERSION IN Standard in parameter
8557: | P_INIT_MSG_LIST IN Standard in parameter
8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8558: | P_COMMIT IN Standard in parameter

8554: |
8555: | PARAMETERS
8556: | P_API_VERSION IN Standard in parameter
8557: | P_INIT_MSG_LIST IN Standard in parameter
8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8559: | P_VALIDATION_LEVEL IN Standard in parameter

8555: | PARAMETERS
8556: | P_API_VERSION IN Standard in parameter
8557: | P_INIT_MSG_LIST IN Standard in parameter
8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8563: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8557: | P_INIT_MSG_LIST IN Standard in parameter
8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8563: | X_MSG_DATA OUT NOCOPY Standard out parameter
8564: |
8565: | KNOWN ISSUES

Line 8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8558: | P_COMMIT IN Standard in parameter
8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8563: | X_MSG_DATA OUT NOCOPY Standard out parameter
8564: |
8565: | KNOWN ISSUES
8566: | None

Line 8563: | X_MSG_DATA OUT NOCOPY Standard out parameter

8559: | P_VALIDATION_LEVEL IN Standard in parameter
8560: | P_FUNDING_ADVICE_REC IN Funding advice record
8561: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8562: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8563: | X_MSG_DATA OUT NOCOPY Standard out parameter
8564: |
8565: | KNOWN ISSUES
8566: | None
8567: |

Line 8622: | P_API_VERSION IN Standard in parameter

8618: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8619: | LogMessage
8620: |
8621: | PARAMETERS
8622: | P_API_VERSION IN Standard in parameter
8623: | P_INIT_MSG_LIST IN Standard in parameter
8624: | P_COMMIT IN Standard in parameter
8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID

Line 8623: | P_INIT_MSG_LIST IN Standard in parameter

8619: | LogMessage
8620: |
8621: | PARAMETERS
8622: | P_API_VERSION IN Standard in parameter
8623: | P_INIT_MSG_LIST IN Standard in parameter
8624: | P_COMMIT IN Standard in parameter
8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 8624: | P_COMMIT IN Standard in parameter

8620: |
8621: | PARAMETERS
8622: | P_API_VERSION IN Standard in parameter
8623: | P_INIT_MSG_LIST IN Standard in parameter
8624: | P_COMMIT IN Standard in parameter
8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8625: | P_VALIDATION_LEVEL IN Standard in parameter

8621: | PARAMETERS
8622: | P_API_VERSION IN Standard in parameter
8623: | P_INIT_MSG_LIST IN Standard in parameter
8624: | P_COMMIT IN Standard in parameter
8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8629: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8624: | P_COMMIT IN Standard in parameter
8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8629: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8630: | X_MSG_DATA OUT NOCOPY Standard out parameter
8631: |
8632: | KNOWN ISSUES

Line 8629: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8625: | P_VALIDATION_LEVEL IN Standard in parameter
8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8629: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8630: | X_MSG_DATA OUT NOCOPY Standard out parameter
8631: |
8632: | KNOWN ISSUES
8633: | None

Line 8630: | X_MSG_DATA OUT NOCOPY Standard out parameter

8626: | P_LOAN_ID IN Loan ID
8627: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8628: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8629: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8630: | X_MSG_DATA OUT NOCOPY Standard out parameter
8631: |
8632: | KNOWN ISSUES
8633: | None
8634: |

Line 8692: | P_API_VERSION IN Standard in parameter

8688: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8689: | LogMessage
8690: |
8691: | PARAMETERS
8692: | P_API_VERSION IN Standard in parameter
8693: | P_INIT_MSG_LIST IN Standard in parameter
8694: | P_COMMIT IN Standard in parameter
8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record

Line 8693: | P_INIT_MSG_LIST IN Standard in parameter

8689: | LogMessage
8690: |
8691: | PARAMETERS
8692: | P_API_VERSION IN Standard in parameter
8693: | P_INIT_MSG_LIST IN Standard in parameter
8694: | P_COMMIT IN Standard in parameter
8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 8694: | P_COMMIT IN Standard in parameter

8690: |
8691: | PARAMETERS
8692: | P_API_VERSION IN Standard in parameter
8693: | P_INIT_MSG_LIST IN Standard in parameter
8694: | P_COMMIT IN Standard in parameter
8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8695: | P_VALIDATION_LEVEL IN Standard in parameter

8691: | PARAMETERS
8692: | P_API_VERSION IN Standard in parameter
8693: | P_INIT_MSG_LIST IN Standard in parameter
8694: | P_COMMIT IN Standard in parameter
8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8699: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8694: | P_COMMIT IN Standard in parameter
8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8699: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8700: | X_MSG_DATA OUT NOCOPY Standard out parameter
8701: |
8702: | KNOWN ISSUES

Line 8699: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8695: | P_VALIDATION_LEVEL IN Standard in parameter
8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8699: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8700: | X_MSG_DATA OUT NOCOPY Standard out parameter
8701: |
8702: | KNOWN ISSUES
8703: | None

Line 8700: | X_MSG_DATA OUT NOCOPY Standard out parameter

8696: | P_FUNDING_ADVICE_REC IN Funding advice record
8697: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8698: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8699: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8700: | X_MSG_DATA OUT NOCOPY Standard out parameter
8701: |
8702: | KNOWN ISSUES
8703: | None
8704: |

Line 8862: | P_API_VERSION IN Standard in parameter

8858: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8859: | LogMessage
8860: |
8861: | PARAMETERS
8862: | P_API_VERSION IN Standard in parameter
8863: | P_INIT_MSG_LIST IN Standard in parameter
8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id

Line 8863: | P_INIT_MSG_LIST IN Standard in parameter

8859: | LogMessage
8860: |
8861: | PARAMETERS
8862: | P_API_VERSION IN Standard in parameter
8863: | P_INIT_MSG_LIST IN Standard in parameter
8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8864: | P_COMMIT IN Standard in parameter

8860: |
8861: | PARAMETERS
8862: | P_API_VERSION IN Standard in parameter
8863: | P_INIT_MSG_LIST IN Standard in parameter
8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8865: | P_VALIDATION_LEVEL IN Standard in parameter

8861: | PARAMETERS
8862: | P_API_VERSION IN Standard in parameter
8863: | P_INIT_MSG_LIST IN Standard in parameter
8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8869: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8863: | P_INIT_MSG_LIST IN Standard in parameter
8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8869: | X_MSG_DATA OUT NOCOPY Standard out parameter
8870: |
8871: | KNOWN ISSUES

Line 8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8864: | P_COMMIT IN Standard in parameter
8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8869: | X_MSG_DATA OUT NOCOPY Standard out parameter
8870: |
8871: | KNOWN ISSUES
8872: | None

Line 8869: | X_MSG_DATA OUT NOCOPY Standard out parameter

8865: | P_VALIDATION_LEVEL IN Standard in parameter
8866: | P_FUNDING_ADVICE_ID IN Funding advice id
8867: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8868: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8869: | X_MSG_DATA OUT NOCOPY Standard out parameter
8870: |
8871: | KNOWN ISSUES
8872: | None
8873: |

Line 8969: | P_API_VERSION IN Standard in parameter

8965: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8966: | LogMessage
8967: |
8968: | PARAMETERS
8969: | P_API_VERSION IN Standard in parameter
8970: | P_INIT_MSG_LIST IN Standard in parameter
8971: | P_COMMIT IN Standard in parameter
8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID

Line 8970: | P_INIT_MSG_LIST IN Standard in parameter

8966: | LogMessage
8967: |
8968: | PARAMETERS
8969: | P_API_VERSION IN Standard in parameter
8970: | P_INIT_MSG_LIST IN Standard in parameter
8971: | P_COMMIT IN Standard in parameter
8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID

Line 8971: | P_COMMIT IN Standard in parameter

8967: |
8968: | PARAMETERS
8969: | P_API_VERSION IN Standard in parameter
8970: | P_INIT_MSG_LIST IN Standard in parameter
8971: | P_COMMIT IN Standard in parameter
8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID
8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8972: | P_VALIDATION_LEVEL IN Standard in parameter

8968: | PARAMETERS
8969: | P_API_VERSION IN Standard in parameter
8970: | P_INIT_MSG_LIST IN Standard in parameter
8971: | P_COMMIT IN Standard in parameter
8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID
8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8976: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8971: | P_COMMIT IN Standard in parameter
8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID
8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8976: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8977: | X_MSG_DATA OUT NOCOPY Standard out parameter
8978: |
8979: | KNOWN ISSUES

Line 8976: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8972: | P_VALIDATION_LEVEL IN Standard in parameter
8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID
8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8976: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8977: | X_MSG_DATA OUT NOCOPY Standard out parameter
8978: |
8979: | KNOWN ISSUES
8980: | None

Line 8977: | X_MSG_DATA OUT NOCOPY Standard out parameter

8973: | P_LOAN_ID IN Loan ID
8974: | P_FUNDING_ADVICE_ID IN Funding advice ID
8975: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8976: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8977: | X_MSG_DATA OUT NOCOPY Standard out parameter
8978: |
8979: | KNOWN ISSUES
8980: | None
8981: |

Line 9087: | P_API_VERSION IN Standard in parameter

9083: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
9084: | LogMessage
9085: |
9086: | PARAMETERS
9087: | P_API_VERSION IN Standard in parameter
9088: | P_INIT_MSG_LIST IN Standard in parameter
9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID

Line 9088: | P_INIT_MSG_LIST IN Standard in parameter

9084: | LogMessage
9085: |
9086: | PARAMETERS
9087: | P_API_VERSION IN Standard in parameter
9088: | P_INIT_MSG_LIST IN Standard in parameter
9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 9089: | P_COMMIT IN Standard in parameter

9085: |
9086: | PARAMETERS
9087: | P_API_VERSION IN Standard in parameter
9088: | P_INIT_MSG_LIST IN Standard in parameter
9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 9090: | P_VALIDATION_LEVEL IN Standard in parameter

9086: | PARAMETERS
9087: | P_API_VERSION IN Standard in parameter
9088: | P_INIT_MSG_LIST IN Standard in parameter
9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9094: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

9088: | P_INIT_MSG_LIST IN Standard in parameter
9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9094: | X_MSG_DATA OUT NOCOPY Standard out parameter
9095: |
9096: | KNOWN ISSUES

Line 9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter

9089: | P_COMMIT IN Standard in parameter
9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9094: | X_MSG_DATA OUT NOCOPY Standard out parameter
9095: |
9096: | KNOWN ISSUES
9097: | None

Line 9094: | X_MSG_DATA OUT NOCOPY Standard out parameter

9090: | P_VALIDATION_LEVEL IN Standard in parameter
9091: | P_LOAN_ID IN Loan ID
9092: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9093: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9094: | X_MSG_DATA OUT NOCOPY Standard out parameter
9095: |
9096: | KNOWN ISSUES
9097: | None
9098: |

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

9145:
9146: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
9147: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
9148:
9149: -- Standard call to check for call compatibility
9150: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
9151: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9152: END IF;
9153:

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

9179:
9180: -- END OF BODY OF API
9181: x_return_status := FND_API.G_RET_STS_SUCCESS;
9182:
9183: -- Standard call to get message count and if count is 1, get message info
9184: FND_MSG_PUB.Count_And_Get(
9185: p_encoded => FND_API.G_FALSE,
9186: p_count => x_msg_count,
9187: p_data => x_msg_data);

Line 9222: | P_API_VERSION IN Standard in parameter

9218: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
9219: | LogMessage
9220: |
9221: | PARAMETERS
9222: | P_API_VERSION IN Standard in parameter
9223: | P_INIT_MSG_LIST IN Standard in parameter
9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID

Line 9223: | P_INIT_MSG_LIST IN Standard in parameter

9219: | LogMessage
9220: |
9221: | PARAMETERS
9222: | P_API_VERSION IN Standard in parameter
9223: | P_INIT_MSG_LIST IN Standard in parameter
9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 9224: | P_COMMIT IN Standard in parameter

9220: |
9221: | PARAMETERS
9222: | P_API_VERSION IN Standard in parameter
9223: | P_INIT_MSG_LIST IN Standard in parameter
9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 9225: | P_VALIDATION_LEVEL IN Standard in parameter

9221: | PARAMETERS
9222: | P_API_VERSION IN Standard in parameter
9223: | P_INIT_MSG_LIST IN Standard in parameter
9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9229: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

9223: | P_INIT_MSG_LIST IN Standard in parameter
9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9229: | X_MSG_DATA OUT NOCOPY Standard out parameter
9230: |
9231: | KNOWN ISSUES

Line 9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter

9224: | P_COMMIT IN Standard in parameter
9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9229: | X_MSG_DATA OUT NOCOPY Standard out parameter
9230: |
9231: | KNOWN ISSUES
9232: | None

Line 9229: | X_MSG_DATA OUT NOCOPY Standard out parameter

9225: | P_VALIDATION_LEVEL IN Standard in parameter
9226: | P_LOAN_ID IN Loan ID
9227: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
9228: | X_MSG_COUNT OUT NOCOPY Standard out parameter
9229: | X_MSG_DATA OUT NOCOPY Standard out parameter
9230: |
9231: | KNOWN ISSUES
9232: | None
9233: |

Line 9326: -- Standard start of API savepoint

9322: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
9323:
9324: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Loan: ' || P_LOAN_ID);
9325:
9326: -- Standard start of API savepoint
9327: SAVEPOINT CHECK_FOR_VOIDED_INVOICES;
9328: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
9329:
9330: -- Standard call to check for call compatibility

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

9326: -- Standard start of API savepoint
9327: SAVEPOINT CHECK_FOR_VOIDED_INVOICES;
9328: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
9329:
9330: -- Standard call to check for call compatibility
9331: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
9332: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9333: END IF;
9334:

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

9475:
9476: -- END OF BODY OF API
9477: x_return_status := FND_API.G_RET_STS_SUCCESS;
9478:
9479: -- Standard call to get message count and if count is 1, get message info
9480: FND_MSG_PUB.Count_And_Get(
9481: p_encoded => FND_API.G_FALSE,
9482: p_count => x_msg_count,
9483: p_data => x_msg_data);

Line 9719: -- Standard start of API savepoint

9715: LogMessage(FND_LOG.LEVEL_STATEMENT, 'P_DESCRIPTION: ' || P_DESCRIPTION);
9716: LogMessage(FND_LOG.LEVEL_STATEMENT, 'P_AMOUNT: ' || P_AMOUNT);
9717: LogMessage(FND_LOG.LEVEL_STATEMENT, 'P_DUE_DATE: ' || P_DUE_DATE);
9718:
9719: -- Standard start of API savepoint
9720: SAVEPOINT CREATE_DISBURSEMENT;
9721: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
9722:
9723: -- Standard call to check for call compatibility

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

9719: -- Standard start of API savepoint
9720: SAVEPOINT CREATE_DISBURSEMENT;
9721: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
9722:
9723: -- Standard call to check for call compatibility
9724: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
9725: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9726: END IF;
9727:

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

9884:
9885: -- END OF BODY OF API
9886: x_return_status := FND_API.G_RET_STS_SUCCESS;
9887:
9888: -- Standard call to get message count and if count is 1, get message info
9889: FND_MSG_PUB.Count_And_Get(
9890: p_encoded => FND_API.G_FALSE,
9891: p_count => x_msg_count,
9892: p_data => x_msg_data);