DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on STANDARD

Line 465: | P_API_VERSION IN Standard in parameter

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

Line 466: | P_INIT_MSG_LIST IN Standard in parameter

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

Line 467: | P_COMMIT IN Standard in parameter

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

Line 468: | P_VALIDATION_LEVEL IN Standard in parameter

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

Line 470: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

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

Line 471: | X_MSG_COUNT OUT NOCOPY Standard out parameter

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

Line 472: | X_MSG_DATA OUT NOCOPY Standard out parameter

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

Line 518: -- Standard start of API savepoint

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

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

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

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

586: x_return_status := FND_API.G_RET_STS_SUCCESS;
587:
588: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully inserted disbursement header' || l_pk_id);
589:
590: -- Standard call to get message count and if count is 1, get message info
591: FND_MSG_PUB.Count_And_Get(
592: p_encoded => FND_API.G_FALSE,
593: p_count => x_msg_count,
594: p_data => x_msg_data);

Line 636: | P_API_VERSION IN Standard in parameter

632: | init
633: | LogMessage
634: |
635: | PARAMETERS
636: | P_API_VERSION IN Standard in parameter
637: | P_INIT_MSG_LIST IN Standard in parameter
638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC

Line 637: | P_INIT_MSG_LIST IN Standard in parameter

633: | LogMessage
634: |
635: | PARAMETERS
636: | P_API_VERSION IN Standard in parameter
637: | P_INIT_MSG_LIST IN Standard in parameter
638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 638: | P_COMMIT IN Standard in parameter

634: |
635: | PARAMETERS
636: | P_API_VERSION IN Standard in parameter
637: | P_INIT_MSG_LIST IN Standard in parameter
638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
642: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 639: | P_VALIDATION_LEVEL IN Standard in parameter

635: | PARAMETERS
636: | P_API_VERSION IN Standard in parameter
637: | P_INIT_MSG_LIST IN Standard in parameter
638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
642: | X_MSG_COUNT OUT NOCOPY Standard out parameter
643: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

637: | P_INIT_MSG_LIST IN Standard in parameter
638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
642: | X_MSG_COUNT OUT NOCOPY Standard out parameter
643: | X_MSG_DATA OUT NOCOPY Standard out parameter
644: |
645: | KNOWN ISSUES

Line 642: | X_MSG_COUNT OUT NOCOPY Standard out parameter

638: | P_COMMIT IN Standard in parameter
639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
642: | X_MSG_COUNT OUT NOCOPY Standard out parameter
643: | X_MSG_DATA OUT NOCOPY Standard out parameter
644: |
645: | KNOWN ISSUES
646: | None

Line 643: | X_MSG_DATA OUT NOCOPY Standard out parameter

639: | P_VALIDATION_LEVEL IN Standard in parameter
640: | P_DISB_HEADER_REC IN LNS_FUNDING_PUB.LNS_DISB_HEADERS_REC
641: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
642: | X_MSG_COUNT OUT NOCOPY Standard out parameter
643: | X_MSG_DATA OUT NOCOPY Standard out parameter
644: |
645: | KNOWN ISSUES
646: | None
647: |

Line 695: -- Standard start of API savepoint

691:
692: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
693: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
694:
695: -- Standard start of API savepoint
696: SAVEPOINT UPDATE_DISB_HEADER;
697: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
698:
699: -- Standard call to check for call compatibility

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

695: -- Standard start of API savepoint
696: SAVEPOINT UPDATE_DISB_HEADER;
697: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
698:
699: -- Standard call to check for call compatibility
700: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
701: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
702: END IF;
703:

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

792: x_return_status := FND_API.G_RET_STS_SUCCESS;
793:
794: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully updated disbursement header ' || P_DISB_HEADER_REC.DISB_HEADER_ID);
795:
796: -- Standard call to get message count and if count is 1, get message info
797: FND_MSG_PUB.Count_And_Get(
798: p_encoded => FND_API.G_FALSE,
799: p_count => x_msg_count,
800: p_data => x_msg_data);

Line 842: | P_API_VERSION IN Standard in parameter

838: | init
839: | LogMessage
840: |
841: | PARAMETERS
842: | P_API_VERSION IN Standard in parameter
843: | P_INIT_MSG_LIST IN Standard in parameter
844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID

Line 843: | P_INIT_MSG_LIST IN Standard in parameter

839: | LogMessage
840: |
841: | PARAMETERS
842: | P_API_VERSION IN Standard in parameter
843: | P_INIT_MSG_LIST IN Standard in parameter
844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 844: | P_COMMIT IN Standard in parameter

840: |
841: | PARAMETERS
842: | P_API_VERSION IN Standard in parameter
843: | P_INIT_MSG_LIST IN Standard in parameter
844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
848: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 845: | P_VALIDATION_LEVEL IN Standard in parameter

841: | PARAMETERS
842: | P_API_VERSION IN Standard in parameter
843: | P_INIT_MSG_LIST IN Standard in parameter
844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
848: | X_MSG_COUNT OUT NOCOPY Standard out parameter
849: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

843: | P_INIT_MSG_LIST IN Standard in parameter
844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
848: | X_MSG_COUNT OUT NOCOPY Standard out parameter
849: | X_MSG_DATA OUT NOCOPY Standard out parameter
850: |
851: | KNOWN ISSUES

Line 848: | X_MSG_COUNT OUT NOCOPY Standard out parameter

844: | P_COMMIT IN Standard in parameter
845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
848: | X_MSG_COUNT OUT NOCOPY Standard out parameter
849: | X_MSG_DATA OUT NOCOPY Standard out parameter
850: |
851: | KNOWN ISSUES
852: | None

Line 849: | X_MSG_DATA OUT NOCOPY Standard out parameter

845: | P_VALIDATION_LEVEL IN Standard in parameter
846: | P_DISB_HEADER_IDC IN Disbursement Header ID
847: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
848: | X_MSG_COUNT OUT NOCOPY Standard out parameter
849: | X_MSG_DATA OUT NOCOPY Standard out parameter
850: |
851: | KNOWN ISSUES
852: | None
853: |

Line 908: -- Standard start of API savepoint

904:
905: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
906: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
907:
908: -- Standard start of API savepoint
909: SAVEPOINT DELETE_DISB_HEADER;
910: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
911:
912: -- Standard call to check for call compatibility

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

908: -- Standard start of API savepoint
909: SAVEPOINT DELETE_DISB_HEADER;
910: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
911:
912: -- Standard call to check for call compatibility
913: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
914: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
915: END IF;
916:

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

1008: x_return_status := FND_API.G_RET_STS_SUCCESS;
1009:
1010: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully deleted disbursement header ' || P_DISB_HEADER_ID);
1011:
1012: -- Standard call to get message count and if count is 1, get message info
1013: FND_MSG_PUB.Count_And_Get(
1014: p_encoded => FND_API.G_FALSE,
1015: p_count => x_msg_count,
1016: p_data => x_msg_data);

Line 1058: | P_API_VERSION IN Standard in parameter

1054: | init
1055: | LogMessage
1056: |
1057: | PARAMETERS
1058: | P_API_VERSION IN Standard in parameter
1059: | P_INIT_MSG_LIST IN Standard in parameter
1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC

Line 1059: | P_INIT_MSG_LIST IN Standard in parameter

1055: | LogMessage
1056: |
1057: | PARAMETERS
1058: | P_API_VERSION IN Standard in parameter
1059: | P_INIT_MSG_LIST IN Standard in parameter
1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1060: | P_COMMIT IN Standard in parameter

1056: |
1057: | PARAMETERS
1058: | P_API_VERSION IN Standard in parameter
1059: | P_INIT_MSG_LIST IN Standard in parameter
1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1061: | P_VALIDATION_LEVEL IN Standard in parameter

1057: | PARAMETERS
1058: | P_API_VERSION IN Standard in parameter
1059: | P_INIT_MSG_LIST IN Standard in parameter
1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1065: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1059: | P_INIT_MSG_LIST IN Standard in parameter
1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1065: | X_MSG_DATA OUT NOCOPY Standard out parameter
1066: |
1067: | KNOWN ISSUES

Line 1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1060: | P_COMMIT IN Standard in parameter
1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1065: | X_MSG_DATA OUT NOCOPY Standard out parameter
1066: |
1067: | KNOWN ISSUES
1068: | None

Line 1065: | X_MSG_DATA OUT NOCOPY Standard out parameter

1061: | P_VALIDATION_LEVEL IN Standard in parameter
1062: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1063: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1064: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1065: | X_MSG_DATA OUT NOCOPY Standard out parameter
1066: |
1067: | KNOWN ISSUES
1068: | None
1069: |

Line 1110: -- Standard start of API savepoint

1106:
1107: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1108: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1109:
1110: -- Standard start of API savepoint
1111: SAVEPOINT INSERT_DISB_LINE;
1112: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1113:
1114: -- Standard call to check for call compatibility

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

1110: -- Standard start of API savepoint
1111: SAVEPOINT INSERT_DISB_LINE;
1112: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1113:
1114: -- Standard call to check for call compatibility
1115: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1116: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1117: END IF;
1118:

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

1205: x_return_status := FND_API.G_RET_STS_SUCCESS;
1206:
1207: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully inserted disbursement line ' || l_pk_id);
1208:
1209: -- Standard call to get message count and if count is 1, get message info
1210: FND_MSG_PUB.Count_And_Get(
1211: p_encoded => FND_API.G_FALSE,
1212: p_count => x_msg_count,
1213: p_data => x_msg_data);

Line 1255: | P_API_VERSION IN Standard in parameter

1251: | init
1252: | LogMessage
1253: |
1254: | PARAMETERS
1255: | P_API_VERSION IN Standard in parameter
1256: | P_INIT_MSG_LIST IN Standard in parameter
1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC

Line 1256: | P_INIT_MSG_LIST IN Standard in parameter

1252: | LogMessage
1253: |
1254: | PARAMETERS
1255: | P_API_VERSION IN Standard in parameter
1256: | P_INIT_MSG_LIST IN Standard in parameter
1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1257: | P_COMMIT IN Standard in parameter

1253: |
1254: | PARAMETERS
1255: | P_API_VERSION IN Standard in parameter
1256: | P_INIT_MSG_LIST IN Standard in parameter
1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1258: | P_VALIDATION_LEVEL IN Standard in parameter

1254: | PARAMETERS
1255: | P_API_VERSION IN Standard in parameter
1256: | P_INIT_MSG_LIST IN Standard in parameter
1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1262: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1256: | P_INIT_MSG_LIST IN Standard in parameter
1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1262: | X_MSG_DATA OUT NOCOPY Standard out parameter
1263: |
1264: | KNOWN ISSUES

Line 1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1257: | P_COMMIT IN Standard in parameter
1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1262: | X_MSG_DATA OUT NOCOPY Standard out parameter
1263: |
1264: | KNOWN ISSUES
1265: | None

Line 1262: | X_MSG_DATA OUT NOCOPY Standard out parameter

1258: | P_VALIDATION_LEVEL IN Standard in parameter
1259: | P_DISB_LINE_REC IN LNS_FUNDING_PUB.LNS_DISB_LINES_REC
1260: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1261: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1262: | X_MSG_DATA OUT NOCOPY Standard out parameter
1263: |
1264: | KNOWN ISSUES
1265: | None
1266: |

Line 1314: -- Standard start of API savepoint

1310:
1311: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1312: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1313:
1314: -- Standard start of API savepoint
1315: SAVEPOINT UPDATE_DISB_LINE;
1316: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1317:
1318: -- Standard call to check for call compatibility

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

1314: -- Standard start of API savepoint
1315: SAVEPOINT UPDATE_DISB_LINE;
1316: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1317:
1318: -- Standard call to check for call compatibility
1319: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1320: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1321: END IF;
1322:

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

1416: x_return_status := FND_API.G_RET_STS_SUCCESS;
1417:
1418: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully updated disbursement line ' || P_DISB_LINE_REC.DISB_LINE_ID);
1419:
1420: -- Standard call to get message count and if count is 1, get message info
1421: FND_MSG_PUB.Count_And_Get(
1422: p_encoded => FND_API.G_FALSE,
1423: p_count => x_msg_count,
1424: p_data => x_msg_data);

Line 1466: | P_API_VERSION IN Standard in parameter

1462: | init
1463: | LogMessage
1464: |
1465: | PARAMETERS
1466: | P_API_VERSION IN Standard in parameter
1467: | P_INIT_MSG_LIST IN Standard in parameter
1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID

Line 1467: | P_INIT_MSG_LIST IN Standard in parameter

1463: | LogMessage
1464: |
1465: | PARAMETERS
1466: | P_API_VERSION IN Standard in parameter
1467: | P_INIT_MSG_LIST IN Standard in parameter
1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1468: | P_COMMIT IN Standard in parameter

1464: |
1465: | PARAMETERS
1466: | P_API_VERSION IN Standard in parameter
1467: | P_INIT_MSG_LIST IN Standard in parameter
1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1469: | P_VALIDATION_LEVEL IN Standard in parameter

1465: | PARAMETERS
1466: | P_API_VERSION IN Standard in parameter
1467: | P_INIT_MSG_LIST IN Standard in parameter
1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1473: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1467: | P_INIT_MSG_LIST IN Standard in parameter
1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1473: | X_MSG_DATA OUT NOCOPY Standard out parameter
1474: |
1475: | KNOWN ISSUES

Line 1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1468: | P_COMMIT IN Standard in parameter
1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1473: | X_MSG_DATA OUT NOCOPY Standard out parameter
1474: |
1475: | KNOWN ISSUES
1476: | None

Line 1473: | X_MSG_DATA OUT NOCOPY Standard out parameter

1469: | P_VALIDATION_LEVEL IN Standard in parameter
1470: | P_DISB_LINE_IDC IN Disbursement LINE ID
1471: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1472: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1473: | X_MSG_DATA OUT NOCOPY Standard out parameter
1474: |
1475: | KNOWN ISSUES
1476: | None
1477: |

Line 1526: -- Standard start of API savepoint

1522:
1523: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1524: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1525:
1526: -- Standard start of API savepoint
1527: SAVEPOINT DELETE_DISB_LINE;
1528: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1529:
1530: -- Standard call to check for call compatibility

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

1526: -- Standard start of API savepoint
1527: SAVEPOINT DELETE_DISB_LINE;
1528: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1529:
1530: -- Standard call to check for call compatibility
1531: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1532: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1533: END IF;
1534:

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

1599: x_return_status := FND_API.G_RET_STS_SUCCESS;
1600:
1601: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully deleted disbursement line ' || P_DISB_LINE_ID);
1602:
1603: -- Standard call to get message count and if count is 1, get message info
1604: FND_MSG_PUB.Count_And_Get(
1605: p_encoded => FND_API.G_FALSE,
1606: p_count => x_msg_count,
1607: p_data => x_msg_data);

Line 1802: | P_API_VERSION IN Standard in parameter

1798: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
1799: | LogMessage
1800: |
1801: | PARAMETERS
1802: | P_API_VERSION IN Standard in parameter
1803: | P_INIT_MSG_LIST IN Standard in parameter
1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID

Line 1803: | P_INIT_MSG_LIST IN Standard in parameter

1799: | LogMessage
1800: |
1801: | PARAMETERS
1802: | P_API_VERSION IN Standard in parameter
1803: | P_INIT_MSG_LIST IN Standard in parameter
1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1804: | P_COMMIT IN Standard in parameter

1800: |
1801: | PARAMETERS
1802: | P_API_VERSION IN Standard in parameter
1803: | P_INIT_MSG_LIST IN Standard in parameter
1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1805: | P_VALIDATION_LEVEL IN Standard in parameter

1801: | PARAMETERS
1802: | P_API_VERSION IN Standard in parameter
1803: | P_INIT_MSG_LIST IN Standard in parameter
1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1809: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1803: | P_INIT_MSG_LIST IN Standard in parameter
1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1809: | X_MSG_DATA OUT NOCOPY Standard out parameter
1810: |
1811: | KNOWN ISSUES

Line 1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1804: | P_COMMIT IN Standard in parameter
1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1809: | X_MSG_DATA OUT NOCOPY Standard out parameter
1810: |
1811: | KNOWN ISSUES
1812: | None

Line 1809: | X_MSG_DATA OUT NOCOPY Standard out parameter

1805: | P_VALIDATION_LEVEL IN Standard in parameter
1806: | P_LOAN_ID IN Loan ID
1807: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1808: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1809: | X_MSG_DATA OUT NOCOPY Standard out parameter
1810: |
1811: | KNOWN ISSUES
1812: | None
1813: |

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

1911:
1912: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
1913: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1914:
1915: -- Standard call to check for call compatibility
1916: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1918: END IF;
1919:

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

2212:
2213: -- END OF BODY OF API
2214: x_return_status := FND_API.G_RET_STS_SUCCESS;
2215:
2216: -- Standard call to get message count and if count is 1, get message info
2217: FND_MSG_PUB.Count_And_Get(
2218: p_encoded => FND_API.G_FALSE,
2219: p_count => x_msg_count,
2220: p_data => x_msg_data);

Line 2256: | P_API_VERSION IN Standard in parameter

2252: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2253: | LogMessage
2254: |
2255: | PARAMETERS
2256: | P_API_VERSION IN Standard in parameter
2257: | P_INIT_MSG_LIST IN Standard in parameter
2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID

Line 2257: | P_INIT_MSG_LIST IN Standard in parameter

2253: | LogMessage
2254: |
2255: | PARAMETERS
2256: | P_API_VERSION IN Standard in parameter
2257: | P_INIT_MSG_LIST IN Standard in parameter
2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2258: | P_COMMIT IN Standard in parameter

2254: |
2255: | PARAMETERS
2256: | P_API_VERSION IN Standard in parameter
2257: | P_INIT_MSG_LIST IN Standard in parameter
2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2259: | P_VALIDATION_LEVEL IN Standard in parameter

2255: | PARAMETERS
2256: | P_API_VERSION IN Standard in parameter
2257: | P_INIT_MSG_LIST IN Standard in parameter
2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2263: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2257: | P_INIT_MSG_LIST IN Standard in parameter
2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2263: | X_MSG_DATA OUT NOCOPY Standard out parameter
2264: |
2265: | KNOWN ISSUES

Line 2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2258: | P_COMMIT IN Standard in parameter
2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2263: | X_MSG_DATA OUT NOCOPY Standard out parameter
2264: |
2265: | KNOWN ISSUES
2266: | None

Line 2263: | X_MSG_DATA OUT NOCOPY Standard out parameter

2259: | P_VALIDATION_LEVEL IN Standard in parameter
2260: | P_DISB_HEADER_ID IN Disbursement header ID
2261: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2262: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2263: | X_MSG_DATA OUT NOCOPY Standard out parameter
2264: |
2265: | KNOWN ISSUES
2266: | None
2267: |

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

2322:
2323: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
2324: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
2325:
2326: -- Standard call to check for call compatibility
2327: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2328: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2329: END IF;
2330:

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

2426:
2427: -- END OF BODY OF API
2428: x_return_status := FND_API.G_RET_STS_SUCCESS;
2429:
2430: -- Standard call to get message count and if count is 1, get message info
2431: FND_MSG_PUB.Count_And_Get(
2432: p_encoded => FND_API.G_FALSE,
2433: p_count => x_msg_count,
2434: p_data => x_msg_data);

Line 2470: | P_API_VERSION IN Standard in parameter

2466: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2467: | LogMessage
2468: |
2469: | PARAMETERS
2470: | P_API_VERSION IN Standard in parameter
2471: | P_INIT_MSG_LIST IN Standard in parameter
2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID

Line 2471: | P_INIT_MSG_LIST IN Standard in parameter

2467: | LogMessage
2468: |
2469: | PARAMETERS
2470: | P_API_VERSION IN Standard in parameter
2471: | P_INIT_MSG_LIST IN Standard in parameter
2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2472: | P_COMMIT IN Standard in parameter

2468: |
2469: | PARAMETERS
2470: | P_API_VERSION IN Standard in parameter
2471: | P_INIT_MSG_LIST IN Standard in parameter
2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2473: | P_VALIDATION_LEVEL IN Standard in parameter

2469: | PARAMETERS
2470: | P_API_VERSION IN Standard in parameter
2471: | P_INIT_MSG_LIST IN Standard in parameter
2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2477: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2471: | P_INIT_MSG_LIST IN Standard in parameter
2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2477: | X_MSG_DATA OUT NOCOPY Standard out parameter
2478: |
2479: | KNOWN ISSUES

Line 2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2472: | P_COMMIT IN Standard in parameter
2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2477: | X_MSG_DATA OUT NOCOPY Standard out parameter
2478: |
2479: | KNOWN ISSUES
2480: | None

Line 2477: | X_MSG_DATA OUT NOCOPY Standard out parameter

2473: | P_VALIDATION_LEVEL IN Standard in parameter
2474: | P_DISB_HEADER_ID IN Disbursement Header ID
2475: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2476: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2477: | X_MSG_DATA OUT NOCOPY Standard out parameter
2478: |
2479: | KNOWN ISSUES
2480: | None
2481: |

Line 2579: -- Standard start of API savepoint

2575:
2576: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
2577: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
2578:
2579: -- Standard start of API savepoint
2580: SAVEPOINT VALIDATE_DISB_LINES;
2581: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2582:
2583: -- Standard call to check for call compatibility

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

2579: -- Standard start of API savepoint
2580: SAVEPOINT VALIDATE_DISB_LINES;
2581: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2582:
2583: -- Standard call to check for call compatibility
2584: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2585: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2586: END IF;
2587:

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

2777:
2778: -- END OF BODY OF API
2779: x_return_status := FND_API.G_RET_STS_SUCCESS;
2780:
2781: -- Standard call to get message count and if count is 1, get message info
2782: FND_MSG_PUB.Count_And_Get(
2783: p_encoded => FND_API.G_FALSE,
2784: p_count => x_msg_count,
2785: p_data => x_msg_data);

Line 2827: | P_API_VERSION IN Standard in parameter

2823: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
2824: | LogMessage
2825: |
2826: | PARAMETERS
2827: | P_API_VERSION IN Standard in parameter
2828: | P_INIT_MSG_LIST IN Standard in parameter
2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID

Line 2828: | P_INIT_MSG_LIST IN Standard in parameter

2824: | LogMessage
2825: |
2826: | PARAMETERS
2827: | P_API_VERSION IN Standard in parameter
2828: | P_INIT_MSG_LIST IN Standard in parameter
2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 2829: | P_COMMIT IN Standard in parameter

2825: |
2826: | PARAMETERS
2827: | P_API_VERSION IN Standard in parameter
2828: | P_INIT_MSG_LIST IN Standard in parameter
2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 2830: | P_VALIDATION_LEVEL IN Standard in parameter

2826: | PARAMETERS
2827: | P_API_VERSION IN Standard in parameter
2828: | P_INIT_MSG_LIST IN Standard in parameter
2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2834: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

2828: | P_INIT_MSG_LIST IN Standard in parameter
2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2834: | X_MSG_DATA OUT NOCOPY Standard out parameter
2835: |
2836: | KNOWN ISSUES

Line 2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter

2829: | P_COMMIT IN Standard in parameter
2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2834: | X_MSG_DATA OUT NOCOPY Standard out parameter
2835: |
2836: | KNOWN ISSUES
2837: | None

Line 2834: | X_MSG_DATA OUT NOCOPY Standard out parameter

2830: | P_VALIDATION_LEVEL IN Standard in parameter
2831: | P_LOAN_ID IN Loan ID
2832: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
2833: | X_MSG_COUNT OUT NOCOPY Standard out parameter
2834: | X_MSG_DATA OUT NOCOPY Standard out parameter
2835: |
2836: | KNOWN ISSUES
2837: | None
2838: |

Line 2936: -- Standard start of API savepoint

2932:
2933: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
2934: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
2935:
2936: -- Standard start of API savepoint
2937: SAVEPOINT VALIDATE_DISB_HEADERS;
2938: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2939:
2940: -- Standard call to check for call compatibility

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

2936: -- Standard start of API savepoint
2937: SAVEPOINT VALIDATE_DISB_HEADERS;
2938: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
2939:
2940: -- Standard call to check for call compatibility
2941: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2942: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2943: END IF;
2944:

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

3181:
3182: -- END OF BODY OF API
3183: x_return_status := FND_API.G_RET_STS_SUCCESS;
3184:
3185: -- Standard call to get message count and if count is 1, get message info
3186: FND_MSG_PUB.Count_And_Get(
3187: p_encoded => FND_API.G_FALSE,
3188: p_count => x_msg_count,
3189: p_data => x_msg_data);

Line 3227: | P_API_VERSION IN Standard in parameter

3223: |
3224: | PSEUDO CODE/LOGIC
3225: |
3226: | PARAMETERS
3227: | P_API_VERSION IN Standard in parameter
3228: | P_INIT_MSG_LIST IN Standard in parameter
3229: | P_COMMIT IN Standard in parameter
3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,

Line 3228: | P_INIT_MSG_LIST IN Standard in parameter

3224: | PSEUDO CODE/LOGIC
3225: |
3226: | PARAMETERS
3227: | P_API_VERSION IN Standard in parameter
3228: | P_INIT_MSG_LIST IN Standard in parameter
3229: | P_COMMIT IN Standard in parameter
3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,

Line 3229: | P_COMMIT IN Standard in parameter

3225: |
3226: | PARAMETERS
3227: | P_API_VERSION IN Standard in parameter
3228: | P_INIT_MSG_LIST IN Standard in parameter
3229: | P_COMMIT IN Standard in parameter
3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 3230: | P_VALIDATION_LEVEL IN Standard in parameter

3226: | PARAMETERS
3227: | P_API_VERSION IN Standard in parameter
3228: | P_INIT_MSG_LIST IN Standard in parameter
3229: | P_COMMIT IN Standard in parameter
3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3234: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

3229: | P_COMMIT IN Standard in parameter
3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3234: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3235: | X_MSG_DATA OUT NOCOPY Standard out parameter
3236: |
3237: | KNOWN ISSUES

Line 3234: | X_MSG_COUNT OUT NOCOPY Standard out parameter

3230: | P_VALIDATION_LEVEL IN Standard in parameter
3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3234: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3235: | X_MSG_DATA OUT NOCOPY Standard out parameter
3236: |
3237: | KNOWN ISSUES
3238: | None

Line 3235: | X_MSG_DATA OUT NOCOPY Standard out parameter

3231: | P_Trxn_Attributes_Rec IN LNS_FUNDING_PUB.Trxn_Attributes_Rec_Type,
3232: | x_default_pmt_attrs_rec OUT NOCOPY LNS_FUNDING_PUB.Default_Pmt_Attrs_Rec_Type,
3233: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3234: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3235: | X_MSG_DATA OUT NOCOPY Standard out parameter
3236: |
3237: | KNOWN ISSUES
3238: | None
3239: |

Line 3288: -- Standard start of API savepoint

3284:
3285: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3286: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3287:
3288: -- Standard start of API savepoint
3289: SAVEPOINT Get_Default_Payment_Attr;
3290: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3291:
3292: -- Standard call to check for call compatibility

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

3288: -- Standard start of API savepoint
3289: SAVEPOINT Get_Default_Payment_Attr;
3290: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
3291:
3292: -- Standard call to check for call compatibility
3293: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3294: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3295: END IF;
3296:

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

3368:
3369: -- END OF BODY OF API
3370: x_return_status := FND_API.G_RET_STS_SUCCESS;
3371:
3372: -- Standard call to get message count and if count is 1, get message info
3373: FND_MSG_PUB.Count_And_Get(
3374: p_encoded => FND_API.G_FALSE,
3375: p_count => x_msg_count,
3376: p_data => x_msg_data);

Line 3449: -- standard start of API savepoint

3445: BEGIN
3446: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3447: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3448:
3449: -- standard start of API savepoint
3450: SAVEPOINT DEFAULT_PROD_DISBURSEMENTS;
3451:
3452: IF p_loan_id IS NULL THEN
3453: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'LOAN ID is missing');

Line 3568: | P_API_VERSION IN Standard in parameter

3564: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
3565: | LogMessage
3566: |
3567: | PARAMETERS
3568: | P_API_VERSION IN Standard in parameter
3569: | P_INIT_MSG_LIST IN Standard in parameter
3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID

Line 3569: | P_INIT_MSG_LIST IN Standard in parameter

3565: | LogMessage
3566: |
3567: | PARAMETERS
3568: | P_API_VERSION IN Standard in parameter
3569: | P_INIT_MSG_LIST IN Standard in parameter
3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 3570: | P_COMMIT IN Standard in parameter

3566: |
3567: | PARAMETERS
3568: | P_API_VERSION IN Standard in parameter
3569: | P_INIT_MSG_LIST IN Standard in parameter
3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 3571: | P_VALIDATION_LEVEL IN Standard in parameter

3567: | PARAMETERS
3568: | P_API_VERSION IN Standard in parameter
3569: | P_INIT_MSG_LIST IN Standard in parameter
3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3575: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

3569: | P_INIT_MSG_LIST IN Standard in parameter
3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3575: | X_MSG_DATA OUT NOCOPY Standard out parameter
3576: |
3577: | KNOWN ISSUES

Line 3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter

3570: | P_COMMIT IN Standard in parameter
3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3575: | X_MSG_DATA OUT NOCOPY Standard out parameter
3576: |
3577: | KNOWN ISSUES
3578: | None

Line 3575: | X_MSG_DATA OUT NOCOPY Standard out parameter

3571: | P_VALIDATION_LEVEL IN Standard in parameter
3572: | P_DISB_HEADER_ID IN Disbursement Line ID
3573: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
3574: | X_MSG_COUNT OUT NOCOPY Standard out parameter
3575: | X_MSG_DATA OUT NOCOPY Standard out parameter
3576: |
3577: | KNOWN ISSUES
3578: | None
3579: |

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

3764:
3765: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
3766: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
3767:
3768: -- Standard call to check for call compatibility
3769: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3770: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3771: END IF;
3772:

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

4001: X_GROUP_ID => l_invoice_number,
4002: X_WORKFLOW_FLAG => null,
4003: X_DOC_CATEGORY_CODE => null,
4004: X_VOUCHER_NUM => null,
4005: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',
4006: X_GOODS_RECEIVED_DATE => null,
4007: X_INVOICE_RECEIVED_DATE => sysdate,
4008: X_GL_DATE => l_due_date,
4009: X_ACCTS_PAY_CCID => l_cc_id,

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

4140: X_GROUP_ID => l_invoice_number,
4141: X_WORKFLOW_FLAG => null,
4142: X_DOC_CATEGORY_CODE => null,
4143: X_VOUCHER_NUM => null,
4144: X_PAY_GROUP_LOOKUP_CODE => null, --'Standard',
4145: X_GOODS_RECEIVED_DATE => null,
4146: X_INVOICE_RECEIVED_DATE => sysdate,
4147: X_GL_DATE => l_due_date,
4148: X_ACCTS_PAY_CCID => l_cc_id,

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

4600: x_return_status := FND_API.G_RET_STS_SUCCESS;
4601:
4602: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'Successfully submitted single payment request');
4603:
4604: -- Standard call to get message count and if count is 1, get message info
4605: FND_MSG_PUB.Count_And_Get(
4606: p_encoded => FND_API.G_FALSE,
4607: p_count => x_msg_count,
4608: p_data => x_msg_data);

Line 4668: | P_API_VERSION IN Standard in parameter

4664: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
4665: | LogMessage
4666: |
4667: | PARAMETERS
4668: | P_API_VERSION IN Standard in parameter
4669: | P_INIT_MSG_LIST IN Standard in parameter
4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID

Line 4669: | P_INIT_MSG_LIST IN Standard in parameter

4665: | LogMessage
4666: |
4667: | PARAMETERS
4668: | P_API_VERSION IN Standard in parameter
4669: | P_INIT_MSG_LIST IN Standard in parameter
4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 4670: | P_COMMIT IN Standard in parameter

4666: |
4667: | PARAMETERS
4668: | P_API_VERSION IN Standard in parameter
4669: | P_INIT_MSG_LIST IN Standard in parameter
4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 4671: | P_VALIDATION_LEVEL IN Standard in parameter

4667: | PARAMETERS
4668: | P_API_VERSION IN Standard in parameter
4669: | P_INIT_MSG_LIST IN Standard in parameter
4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4675: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

4669: | P_INIT_MSG_LIST IN Standard in parameter
4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4675: | X_MSG_DATA OUT NOCOPY Standard out parameter
4676: |
4677: | KNOWN ISSUES

Line 4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter

4670: | P_COMMIT IN Standard in parameter
4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4675: | X_MSG_DATA OUT NOCOPY Standard out parameter
4676: |
4677: | KNOWN ISSUES
4678: | None

Line 4675: | X_MSG_DATA OUT NOCOPY Standard out parameter

4671: | P_VALIDATION_LEVEL IN Standard in parameter
4672: | P_LOAN_ID IN Loan ID
4673: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4674: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4675: | X_MSG_DATA OUT NOCOPY Standard out parameter
4676: |
4677: | KNOWN ISSUES
4678: | None
4679: |

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

4723: BEGIN
4724:
4725: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
4726:
4727: -- Standard call to check for call compatibility
4728: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4729: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4730: END IF;
4731:

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

4765:
4766: -- END OF BODY OF API
4767: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Commited');
4768:
4769: -- Standard call to get message count and if count is 1, get message info
4770: FND_MSG_PUB.Count_And_Get(
4771: p_encoded => FND_API.G_FALSE,
4772: p_count => x_msg_count,
4773: p_data => x_msg_data);

Line 4808: | P_API_VERSION IN Standard in parameter

4804: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
4805: | LogMessage
4806: |
4807: | PARAMETERS
4808: | P_API_VERSION IN Standard in parameter
4809: | P_INIT_MSG_LIST IN Standard in parameter
4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID

Line 4809: | P_INIT_MSG_LIST IN Standard in parameter

4805: | LogMessage
4806: |
4807: | PARAMETERS
4808: | P_API_VERSION IN Standard in parameter
4809: | P_INIT_MSG_LIST IN Standard in parameter
4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 4810: | P_COMMIT IN Standard in parameter

4806: |
4807: | PARAMETERS
4808: | P_API_VERSION IN Standard in parameter
4809: | P_INIT_MSG_LIST IN Standard in parameter
4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 4811: | P_VALIDATION_LEVEL IN Standard in parameter

4807: | PARAMETERS
4808: | P_API_VERSION IN Standard in parameter
4809: | P_INIT_MSG_LIST IN Standard in parameter
4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4815: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

4809: | P_INIT_MSG_LIST IN Standard in parameter
4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4815: | X_MSG_DATA OUT NOCOPY Standard out parameter
4816: |
4817: | KNOWN ISSUES

Line 4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter

4810: | P_COMMIT IN Standard in parameter
4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4815: | X_MSG_DATA OUT NOCOPY Standard out parameter
4816: |
4817: | KNOWN ISSUES
4818: | None

Line 4815: | X_MSG_DATA OUT NOCOPY Standard out parameter

4811: | P_VALIDATION_LEVEL IN Standard in parameter
4812: | P_DISB_HEADER_ID IN Disbursement Header ID
4813: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
4814: | X_MSG_COUNT OUT NOCOPY Standard out parameter
4815: | X_MSG_DATA OUT NOCOPY Standard out parameter
4816: |
4817: | KNOWN ISSUES
4818: | None
4819: |

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

4914:
4915: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
4916: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
4917:
4918: -- Standard call to check for call compatibility
4919: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4920: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4921: END IF;
4922:

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

5124: -- END OF BODY OF API
5125: x_return_status := FND_API.G_RET_STS_SUCCESS;
5126: LogMessage(FND_LOG.LEVEL_STATEMENT, 'SUBMIT_DISBURSEMENT returned status: ' || x_return_status);
5127:
5128: -- Standard call to get message count and if count is 1, get message info
5129: FND_MSG_PUB.Count_And_Get(
5130: p_encoded => FND_API.G_FALSE,
5131: p_count => x_msg_count,
5132: p_data => x_msg_data);

Line 5165: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

5161: | LogMessage
5162: |
5163: | PARAMETERS
5164: | P_INVOICE_ID IN Check ID
5165: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5166: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5167: | X_MSG_DATA OUT NOCOPY Standard out parameter
5168: |
5169: | KNOWN ISSUES

Line 5166: | X_MSG_COUNT OUT NOCOPY Standard out parameter

5162: |
5163: | PARAMETERS
5164: | P_INVOICE_ID IN Check ID
5165: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5166: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5167: | X_MSG_DATA OUT NOCOPY Standard out parameter
5168: |
5169: | KNOWN ISSUES
5170: | None

Line 5167: | X_MSG_DATA OUT NOCOPY Standard out parameter

5163: | PARAMETERS
5164: | P_INVOICE_ID IN Check ID
5165: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
5166: | X_MSG_COUNT OUT NOCOPY Standard out parameter
5167: | X_MSG_DATA OUT NOCOPY Standard out parameter
5168: |
5169: | KNOWN ISSUES
5170: | None
5171: |

Line 5329: -- Standard start of API savepoint

5325: BEGIN
5326: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
5327: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
5328:
5329: -- Standard start of API savepoint
5330: SAVEPOINT PAY_SINGLE_INVOICE;
5331: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
5332:
5333: -- Initialize API return status to success

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

6022: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
6023:
6024: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully processed payment');
6025:
6026: -- Standard call to get message count and if count is 1, get message info
6027: FND_MSG_PUB.Count_And_Get(
6028: p_encoded => FND_API.G_FALSE,
6029: p_count => x_msg_count,
6030: p_data => x_msg_data);

Line 6073: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6069: |
6070: | PARAMETERS
6071: | P_Event_Type IN Event type
6072: | P_Check_ID IN Check ID
6073: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6074: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6075: | X_MSG_DATA OUT NOCOPY Standard out parameter
6076: |
6077: | KNOWN ISSUES

Line 6074: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6070: | PARAMETERS
6071: | P_Event_Type IN Event type
6072: | P_Check_ID IN Check ID
6073: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6074: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6075: | X_MSG_DATA OUT NOCOPY Standard out parameter
6076: |
6077: | KNOWN ISSUES
6078: | None

Line 6075: | X_MSG_DATA OUT NOCOPY Standard out parameter

6071: | P_Event_Type IN Event type
6072: | P_Check_ID IN Check ID
6073: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6074: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6075: | X_MSG_DATA OUT NOCOPY Standard out parameter
6076: |
6077: | KNOWN ISSUES
6078: | None
6079: |

Line 6123: -- Standard start of API savepoint

6119: BEGIN
6120: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6121: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6122:
6123: -- Standard start of API savepoint
6124: SAVEPOINT SubscribeTo_Payment_Event;
6125: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6126:
6127: -- Initialize API return status to success

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

6167: P_Return_Status := FND_API.G_RET_STS_SUCCESS;
6168:
6169: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully processed payment event');
6170:
6171: -- Standard call to get message count and if count is 1, get message info
6172: FND_MSG_PUB.Count_And_Get(
6173: p_encoded => FND_API.G_FALSE,
6174: p_count => p_msg_count,
6175: p_data => p_msg_data);

Line 6217: | P_API_VERSION IN Standard in parameter

6213: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
6214: | LogMessage
6215: |
6216: | PARAMETERS
6217: | P_API_VERSION IN Standard in parameter
6218: | P_INIT_MSG_LIST IN Standard in parameter
6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan

Line 6218: | P_INIT_MSG_LIST IN Standard in parameter

6214: | LogMessage
6215: |
6216: | PARAMETERS
6217: | P_API_VERSION IN Standard in parameter
6218: | P_INIT_MSG_LIST IN Standard in parameter
6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 6219: | P_COMMIT IN Standard in parameter

6215: |
6216: | PARAMETERS
6217: | P_API_VERSION IN Standard in parameter
6218: | P_INIT_MSG_LIST IN Standard in parameter
6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 6220: | P_VALIDATION_LEVEL IN Standard in parameter

6216: | PARAMETERS
6217: | P_API_VERSION IN Standard in parameter
6218: | P_INIT_MSG_LIST IN Standard in parameter
6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6224: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6218: | P_INIT_MSG_LIST IN Standard in parameter
6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6224: | X_MSG_DATA OUT NOCOPY Standard out parameter
6225: |
6226: | KNOWN ISSUES

Line 6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6219: | P_COMMIT IN Standard in parameter
6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6224: | X_MSG_DATA OUT NOCOPY Standard out parameter
6225: |
6226: | KNOWN ISSUES
6227: | None

Line 6224: | X_MSG_DATA OUT NOCOPY Standard out parameter

6220: | P_VALIDATION_LEVEL IN Standard in parameter
6221: | P_LOAN_ID IN Loan
6222: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6223: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6224: | X_MSG_DATA OUT NOCOPY Standard out parameter
6225: |
6226: | KNOWN ISSUES
6227: | None
6228: |

Line 6279: -- Standard start of API savepoint

6275: BEGIN
6276: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6277: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6278:
6279: -- Standard start of API savepoint
6280: SAVEPOINT COMPLETE_ALL_DISB;
6281: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6282:
6283: -- Standard call to check for call compatibility

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

6279: -- Standard start of API savepoint
6280: SAVEPOINT COMPLETE_ALL_DISB;
6281: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6282:
6283: -- Standard call to check for call compatibility
6284: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
6285: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6286: END IF;
6287:

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

6330: x_return_status := FND_API.G_RET_STS_SUCCESS;
6331:
6332: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully completed all disbursements for loan ' || P_LOAN_ID);
6333:
6334: -- Standard call to get message count and if count is 1, get message info
6335: FND_MSG_PUB.Count_And_Get(
6336: p_encoded => FND_API.G_FALSE,
6337: p_count => x_msg_count,
6338: p_data => x_msg_data);

Line 6379: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6375: | LogMessage
6376: |
6377: | PARAMETERS
6378: | P_INVOICE_ID IN Check ID
6379: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6380: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6381: | X_MSG_DATA OUT NOCOPY Standard out parameter
6382: |
6383: | KNOWN ISSUES

Line 6380: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6376: |
6377: | PARAMETERS
6378: | P_INVOICE_ID IN Check ID
6379: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6380: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6381: | X_MSG_DATA OUT NOCOPY Standard out parameter
6382: |
6383: | KNOWN ISSUES
6384: | None

Line 6381: | X_MSG_DATA OUT NOCOPY Standard out parameter

6377: | PARAMETERS
6378: | P_INVOICE_ID IN Check ID
6379: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6380: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6381: | X_MSG_DATA OUT NOCOPY Standard out parameter
6382: |
6383: | KNOWN ISSUES
6384: | None
6385: |

Line 6469: -- Standard start of API savepoint

6465: BEGIN
6466: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6467: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6468:
6469: -- Standard start of API savepoint
6470: SAVEPOINT CANCEL_SINGLE_DISB;
6471: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6472:
6473: -- Initialize message list if p_init_msg_list is set to TRUE

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

6641: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
6642:
6643: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancelled disbursement header with lines');
6644:
6645: -- Standard call to get message count and if count is 1, get message info
6646: FND_MSG_PUB.Count_And_Get(
6647: p_encoded => FND_API.G_FALSE,
6648: p_count => x_msg_count,
6649: p_data => x_msg_data);

Line 6691: | P_API_VERSION IN Standard in parameter

6687: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
6688: | LogMessage
6689: |
6690: | PARAMETERS
6691: | P_API_VERSION IN Standard in parameter
6692: | P_INIT_MSG_LIST IN Standard in parameter
6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan

Line 6692: | P_INIT_MSG_LIST IN Standard in parameter

6688: | LogMessage
6689: |
6690: | PARAMETERS
6691: | P_API_VERSION IN Standard in parameter
6692: | P_INIT_MSG_LIST IN Standard in parameter
6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 6693: | P_COMMIT IN Standard in parameter

6689: |
6690: | PARAMETERS
6691: | P_API_VERSION IN Standard in parameter
6692: | P_INIT_MSG_LIST IN Standard in parameter
6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 6694: | P_VALIDATION_LEVEL IN Standard in parameter

6690: | PARAMETERS
6691: | P_API_VERSION IN Standard in parameter
6692: | P_INIT_MSG_LIST IN Standard in parameter
6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6698: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6692: | P_INIT_MSG_LIST IN Standard in parameter
6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6698: | X_MSG_DATA OUT NOCOPY Standard out parameter
6699: |
6700: | KNOWN ISSUES

Line 6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6693: | P_COMMIT IN Standard in parameter
6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6698: | X_MSG_DATA OUT NOCOPY Standard out parameter
6699: |
6700: | KNOWN ISSUES
6701: | None

Line 6698: | X_MSG_DATA OUT NOCOPY Standard out parameter

6694: | P_VALIDATION_LEVEL IN Standard in parameter
6695: | P_LOAN_ID IN Loan
6696: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6697: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6698: | X_MSG_DATA OUT NOCOPY Standard out parameter
6699: |
6700: | KNOWN ISSUES
6701: | None
6702: |

Line 6764: -- Standard start of API savepoint

6760: BEGIN
6761: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6762: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6763:
6764: -- Standard start of API savepoint
6765: SAVEPOINT APPROVE_CANCEL_REM_DISB;
6766: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6767:
6768: -- Standard call to check for call compatibility

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

6764: -- Standard start of API savepoint
6765: SAVEPOINT APPROVE_CANCEL_REM_DISB;
6766: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6767:
6768: -- Standard call to check for call compatibility
6769: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
6770: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6771: END IF;
6772:

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

6873: x_return_status := FND_API.G_RET_STS_SUCCESS;
6874:
6875: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancelled all remaining disbursements');
6876:
6877: -- Standard call to get message count and if count is 1, get message info
6878: FND_MSG_PUB.Count_And_Get(
6879: p_encoded => FND_API.G_FALSE,
6880: p_count => x_msg_count,
6881: p_data => x_msg_data);

Line 6922: | P_API_VERSION IN Standard in parameter

6918: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
6919: | LogMessage
6920: |
6921: | PARAMETERS
6922: | P_API_VERSION IN Standard in parameter
6923: | P_INIT_MSG_LIST IN Standard in parameter
6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan

Line 6923: | P_INIT_MSG_LIST IN Standard in parameter

6919: | LogMessage
6920: |
6921: | PARAMETERS
6922: | P_API_VERSION IN Standard in parameter
6923: | P_INIT_MSG_LIST IN Standard in parameter
6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 6924: | P_COMMIT IN Standard in parameter

6920: |
6921: | PARAMETERS
6922: | P_API_VERSION IN Standard in parameter
6923: | P_INIT_MSG_LIST IN Standard in parameter
6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 6925: | P_VALIDATION_LEVEL IN Standard in parameter

6921: | PARAMETERS
6922: | P_API_VERSION IN Standard in parameter
6923: | P_INIT_MSG_LIST IN Standard in parameter
6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6929: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

6923: | P_INIT_MSG_LIST IN Standard in parameter
6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6929: | X_MSG_DATA OUT NOCOPY Standard out parameter
6930: |
6931: | KNOWN ISSUES

Line 6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter

6924: | P_COMMIT IN Standard in parameter
6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6929: | X_MSG_DATA OUT NOCOPY Standard out parameter
6930: |
6931: | KNOWN ISSUES
6932: | None

Line 6929: | X_MSG_DATA OUT NOCOPY Standard out parameter

6925: | P_VALIDATION_LEVEL IN Standard in parameter
6926: | P_LOAN_ID IN Loan
6927: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
6928: | X_MSG_COUNT OUT NOCOPY Standard out parameter
6929: | X_MSG_DATA OUT NOCOPY Standard out parameter
6930: |
6931: | KNOWN ISSUES
6932: | None
6933: |

Line 6996: -- Standard start of API savepoint

6992: BEGIN
6993: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
6994: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
6995:
6996: -- Standard start of API savepoint
6997: SAVEPOINT REJECT_CANCEL_DISB;
6998: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6999:
7000: -- Standard call to check for call compatibility

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

6996: -- Standard start of API savepoint
6997: SAVEPOINT REJECT_CANCEL_DISB;
6998: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
6999:
7000: -- Standard call to check for call compatibility
7001: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7002: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7003: END IF;
7004:

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

7060: x_return_status := FND_API.G_RET_STS_SUCCESS;
7061:
7062: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully reactivation disbursement schedule');
7063:
7064: -- Standard call to get message count and if count is 1, get message info
7065: FND_MSG_PUB.Count_And_Get(
7066: p_encoded => FND_API.G_FALSE,
7067: p_count => x_msg_count,
7068: p_data => x_msg_data);

Line 7108: | P_API_VERSION IN Standard in parameter

7104: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7105: | LogMessage
7106: |
7107: | PARAMETERS
7108: | P_API_VERSION IN Standard in parameter
7109: | P_INIT_MSG_LIST IN Standard in parameter
7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan

Line 7109: | P_INIT_MSG_LIST IN Standard in parameter

7105: | LogMessage
7106: |
7107: | PARAMETERS
7108: | P_API_VERSION IN Standard in parameter
7109: | P_INIT_MSG_LIST IN Standard in parameter
7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7110: | P_COMMIT IN Standard in parameter

7106: |
7107: | PARAMETERS
7108: | P_API_VERSION IN Standard in parameter
7109: | P_INIT_MSG_LIST IN Standard in parameter
7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7111: | P_VALIDATION_LEVEL IN Standard in parameter

7107: | PARAMETERS
7108: | P_API_VERSION IN Standard in parameter
7109: | P_INIT_MSG_LIST IN Standard in parameter
7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7115: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7109: | P_INIT_MSG_LIST IN Standard in parameter
7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7115: | X_MSG_DATA OUT NOCOPY Standard out parameter
7116: |
7117: | KNOWN ISSUES

Line 7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7110: | P_COMMIT IN Standard in parameter
7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7115: | X_MSG_DATA OUT NOCOPY Standard out parameter
7116: |
7117: | KNOWN ISSUES
7118: | None

Line 7115: | X_MSG_DATA OUT NOCOPY Standard out parameter

7111: | P_VALIDATION_LEVEL IN Standard in parameter
7112: | P_LOAN_ID IN Loan
7113: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7114: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7115: | X_MSG_DATA OUT NOCOPY Standard out parameter
7116: |
7117: | KNOWN ISSUES
7118: | None
7119: |

Line 7175: -- Standard start of API savepoint

7171: BEGIN
7172: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
7173: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
7174:
7175: -- Standard start of API savepoint
7176: SAVEPOINT CANCEL_DISB_SCHEDULE;
7177: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7178:
7179: -- Standard call to check for call compatibility

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

7175: -- Standard start of API savepoint
7176: SAVEPOINT CANCEL_DISB_SCHEDULE;
7177: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7178:
7179: -- Standard call to check for call compatibility
7180: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7181: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7182: END IF;
7183:

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

7260: x_return_status := FND_API.G_RET_STS_SUCCESS;
7261:
7262: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Successfully cancel disbursements');
7263:
7264: -- Standard call to get message count and if count is 1, get message info
7265: FND_MSG_PUB.Count_And_Get(
7266: p_encoded => FND_API.G_FALSE,
7267: p_count => x_msg_count,
7268: p_data => x_msg_data);

Line 7309: | P_API_VERSION IN Standard in parameter

7305: | init
7306: | LogMessage
7307: |
7308: | PARAMETERS
7309: | P_API_VERSION IN Standard in parameter
7310: | P_INIT_MSG_LIST IN Standard in parameter
7311: | P_COMMIT IN Standard in parameter
7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record

Line 7310: | P_INIT_MSG_LIST IN Standard in parameter

7306: | LogMessage
7307: |
7308: | PARAMETERS
7309: | P_API_VERSION IN Standard in parameter
7310: | P_INIT_MSG_LIST IN Standard in parameter
7311: | P_COMMIT IN Standard in parameter
7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id

Line 7311: | P_COMMIT IN Standard in parameter

7307: |
7308: | PARAMETERS
7309: | P_API_VERSION IN Standard in parameter
7310: | P_INIT_MSG_LIST IN Standard in parameter
7311: | P_COMMIT IN Standard in parameter
7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id
7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7312: | P_VALIDATION_LEVEL IN Standard in parameter

7308: | PARAMETERS
7309: | P_API_VERSION IN Standard in parameter
7310: | P_INIT_MSG_LIST IN Standard in parameter
7311: | P_COMMIT IN Standard in parameter
7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id
7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7316: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7311: | P_COMMIT IN Standard in parameter
7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id
7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7316: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7317: | X_MSG_DATA OUT NOCOPY Standard out parameter
7318: |
7319: | KNOWN ISSUES

Line 7316: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7312: | P_VALIDATION_LEVEL IN Standard in parameter
7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id
7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7316: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7317: | X_MSG_DATA OUT NOCOPY Standard out parameter
7318: |
7319: | KNOWN ISSUES
7320: | None

Line 7317: | X_MSG_DATA OUT NOCOPY Standard out parameter

7313: | P_PAYEE_REC IN Payee record
7314: | X_PAYEE_ID OUT NOCOPY Return payee id
7315: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7316: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7317: | X_MSG_DATA OUT NOCOPY Standard out parameter
7318: |
7319: | KNOWN ISSUES
7320: | None
7321: |

Line 7389: | P_API_VERSION IN Standard in parameter

7385: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7386: | LogMessage
7387: |
7388: | PARAMETERS
7389: | P_API_VERSION IN Standard in parameter
7390: | P_INIT_MSG_LIST IN Standard in parameter
7391: | P_COMMIT IN Standard in parameter
7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record

Line 7390: | P_INIT_MSG_LIST IN Standard in parameter

7386: | LogMessage
7387: |
7388: | PARAMETERS
7389: | P_API_VERSION IN Standard in parameter
7390: | P_INIT_MSG_LIST IN Standard in parameter
7391: | P_COMMIT IN Standard in parameter
7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id

Line 7391: | P_COMMIT IN Standard in parameter

7387: |
7388: | PARAMETERS
7389: | P_API_VERSION IN Standard in parameter
7390: | P_INIT_MSG_LIST IN Standard in parameter
7391: | P_COMMIT IN Standard in parameter
7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7392: | P_VALIDATION_LEVEL IN Standard in parameter

7388: | PARAMETERS
7389: | P_API_VERSION IN Standard in parameter
7390: | P_INIT_MSG_LIST IN Standard in parameter
7391: | P_COMMIT IN Standard in parameter
7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7396: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7391: | P_COMMIT IN Standard in parameter
7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7396: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7397: | X_MSG_DATA OUT NOCOPY Standard out parameter
7398: |
7399: | KNOWN ISSUES

Line 7396: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7392: | P_VALIDATION_LEVEL IN Standard in parameter
7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7396: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7397: | X_MSG_DATA OUT NOCOPY Standard out parameter
7398: |
7399: | KNOWN ISSUES
7400: | None

Line 7397: | X_MSG_DATA OUT NOCOPY Standard out parameter

7393: | P_PAYEE_SITE_REC IN Payee site record
7394: | X_PAYEE_SITE_ID OUT NOCOPY Returns payee site id
7395: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7396: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7397: | X_MSG_DATA OUT NOCOPY Standard out parameter
7398: |
7399: | KNOWN ISSUES
7400: | None
7401: |

Line 7461: | P_API_VERSION IN Standard in parameter

7457: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7458: | LogMessage
7459: |
7460: | PARAMETERS
7461: | P_API_VERSION IN Standard in parameter
7462: | P_INIT_MSG_LIST IN Standard in parameter
7463: | P_COMMIT IN Standard in parameter
7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record

Line 7462: | P_INIT_MSG_LIST IN Standard in parameter

7458: | LogMessage
7459: |
7460: | PARAMETERS
7461: | P_API_VERSION IN Standard in parameter
7462: | P_INIT_MSG_LIST IN Standard in parameter
7463: | P_COMMIT IN Standard in parameter
7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id

Line 7463: | P_COMMIT IN Standard in parameter

7459: |
7460: | PARAMETERS
7461: | P_API_VERSION IN Standard in parameter
7462: | P_INIT_MSG_LIST IN Standard in parameter
7463: | P_COMMIT IN Standard in parameter
7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7464: | P_VALIDATION_LEVEL IN Standard in parameter

7460: | PARAMETERS
7461: | P_API_VERSION IN Standard in parameter
7462: | P_INIT_MSG_LIST IN Standard in parameter
7463: | P_COMMIT IN Standard in parameter
7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7468: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7463: | P_COMMIT IN Standard in parameter
7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7468: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7469: | X_MSG_DATA OUT NOCOPY Standard out parameter
7470: |
7471: | KNOWN ISSUES

Line 7468: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7464: | P_VALIDATION_LEVEL IN Standard in parameter
7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7468: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7469: | X_MSG_DATA OUT NOCOPY Standard out parameter
7470: |
7471: | KNOWN ISSUES
7472: | None

Line 7469: | X_MSG_DATA OUT NOCOPY Standard out parameter

7465: | P_SITE_CONTACT_REC IN Site contact record
7466: | X_SITE_CONTACT_ID OUT NOCOPY Returns site contact id
7467: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7468: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7469: | X_MSG_DATA OUT NOCOPY Standard out parameter
7470: |
7471: | KNOWN ISSUES
7472: | None
7473: |

Line 7534: | P_API_VERSION IN Standard in parameter

7530: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7531: | LogMessage
7532: |
7533: | PARAMETERS
7534: | P_API_VERSION IN Standard in parameter
7535: | P_INIT_MSG_LIST IN Standard in parameter
7536: | P_COMMIT IN Standard in parameter
7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record

Line 7535: | P_INIT_MSG_LIST IN Standard in parameter

7531: | LogMessage
7532: |
7533: | PARAMETERS
7534: | P_API_VERSION IN Standard in parameter
7535: | P_INIT_MSG_LIST IN Standard in parameter
7536: | P_COMMIT IN Standard in parameter
7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id

Line 7536: | P_COMMIT IN Standard in parameter

7532: |
7533: | PARAMETERS
7534: | P_API_VERSION IN Standard in parameter
7535: | P_INIT_MSG_LIST IN Standard in parameter
7536: | P_COMMIT IN Standard in parameter
7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7537: | P_VALIDATION_LEVEL IN Standard in parameter

7533: | PARAMETERS
7534: | P_API_VERSION IN Standard in parameter
7535: | P_INIT_MSG_LIST IN Standard in parameter
7536: | P_COMMIT IN Standard in parameter
7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7541: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7536: | P_COMMIT IN Standard in parameter
7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7541: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7542: | X_MSG_DATA OUT NOCOPY Standard out parameter
7543: |
7544: | KNOWN ISSUES

Line 7541: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7537: | P_VALIDATION_LEVEL IN Standard in parameter
7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7541: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7542: | X_MSG_DATA OUT NOCOPY Standard out parameter
7543: |
7544: | KNOWN ISSUES
7545: | None

Line 7542: | X_MSG_DATA OUT NOCOPY Standard out parameter

7538: | P_BANK_ACC_USE_REC IN Bank account use record
7539: | X_BANK_ACC_USE_ID OUT NOCOPY Returns bank account use id
7540: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7541: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7542: | X_MSG_DATA OUT NOCOPY Standard out parameter
7543: |
7544: | KNOWN ISSUES
7545: | None
7546: |

Line 7671: | P_API_VERSION IN Standard in parameter

7667: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7668: | LogMessage
7669: |
7670: | PARAMETERS
7671: | P_API_VERSION IN Standard in parameter
7672: | P_INIT_MSG_LIST IN Standard in parameter
7673: | P_COMMIT IN Standard in parameter
7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record

Line 7672: | P_INIT_MSG_LIST IN Standard in parameter

7668: | LogMessage
7669: |
7670: | PARAMETERS
7671: | P_API_VERSION IN Standard in parameter
7672: | P_INIT_MSG_LIST IN Standard in parameter
7673: | P_COMMIT IN Standard in parameter
7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 7673: | P_COMMIT IN Standard in parameter

7669: |
7670: | PARAMETERS
7671: | P_API_VERSION IN Standard in parameter
7672: | P_INIT_MSG_LIST IN Standard in parameter
7673: | P_COMMIT IN Standard in parameter
7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7674: | P_VALIDATION_LEVEL IN Standard in parameter

7670: | PARAMETERS
7671: | P_API_VERSION IN Standard in parameter
7672: | P_INIT_MSG_LIST IN Standard in parameter
7673: | P_COMMIT IN Standard in parameter
7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7678: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7673: | P_COMMIT IN Standard in parameter
7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7678: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7679: | X_MSG_DATA OUT NOCOPY Standard out parameter
7680: |
7681: | KNOWN ISSUES

Line 7678: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7674: | P_VALIDATION_LEVEL IN Standard in parameter
7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7678: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7679: | X_MSG_DATA OUT NOCOPY Standard out parameter
7680: |
7681: | KNOWN ISSUES
7682: | None

Line 7679: | X_MSG_DATA OUT NOCOPY Standard out parameter

7675: | P_INIT_FUNDING_REC IN Init funding advice record
7676: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
7677: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7678: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7679: | X_MSG_DATA OUT NOCOPY Standard out parameter
7680: |
7681: | KNOWN ISSUES
7682: | None
7683: |

Line 7742: | P_API_VERSION IN Standard in parameter

7738: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7739: | LogMessage
7740: |
7741: | PARAMETERS
7742: | P_API_VERSION IN Standard in parameter
7743: | P_INIT_MSG_LIST IN Standard in parameter
7744: | P_COMMIT IN Standard in parameter
7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID

Line 7743: | P_INIT_MSG_LIST IN Standard in parameter

7739: | LogMessage
7740: |
7741: | PARAMETERS
7742: | P_API_VERSION IN Standard in parameter
7743: | P_INIT_MSG_LIST IN Standard in parameter
7744: | P_COMMIT IN Standard in parameter
7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag

Line 7744: | P_COMMIT IN Standard in parameter

7740: |
7741: | PARAMETERS
7742: | P_API_VERSION IN Standard in parameter
7743: | P_INIT_MSG_LIST IN Standard in parameter
7744: | P_COMMIT IN Standard in parameter
7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag
7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7745: | P_VALIDATION_LEVEL IN Standard in parameter

7741: | PARAMETERS
7742: | P_API_VERSION IN Standard in parameter
7743: | P_INIT_MSG_LIST IN Standard in parameter
7744: | P_COMMIT IN Standard in parameter
7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag
7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7749: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7744: | P_COMMIT IN Standard in parameter
7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag
7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7749: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7750: | X_MSG_DATA OUT NOCOPY Standard out parameter
7751: |
7752: | KNOWN ISSUES

Line 7749: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7745: | P_VALIDATION_LEVEL IN Standard in parameter
7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag
7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7749: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7750: | X_MSG_DATA OUT NOCOPY Standard out parameter
7751: |
7752: | KNOWN ISSUES
7753: | None

Line 7750: | X_MSG_DATA OUT NOCOPY Standard out parameter

7746: | P_LOAN_ID IN Loan ID
7747: | P_AUTOFUNDING_FLAG IN Autofunding flag
7748: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7749: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7750: | X_MSG_DATA OUT NOCOPY Standard out parameter
7751: |
7752: | KNOWN ISSUES
7753: | None
7754: |

Line 7818: -- Standard start of API savepoint

7814: BEGIN
7815:
7816: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
7817:
7818: -- Standard start of API savepoint
7819: SAVEPOINT SET_AUTOFUNDING;
7820: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7821:
7822: -- Standard call to check for call compatibility

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

7818: -- Standard start of API savepoint
7819: SAVEPOINT SET_AUTOFUNDING;
7820: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
7821:
7822: -- Standard call to check for call compatibility
7823: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7824: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7825: END IF;
7826:

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

7936:
7937: -- END OF BODY OF API
7938: x_return_status := FND_API.G_RET_STS_SUCCESS;
7939:
7940: -- Standard call to get message count and if count is 1, get message info
7941: FND_MSG_PUB.Count_And_Get(
7942: p_encoded => FND_API.G_FALSE,
7943: p_count => x_msg_count,
7944: p_data => x_msg_data);

Line 7985: | P_API_VERSION IN Standard in parameter

7981: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
7982: | LogMessage
7983: |
7984: | PARAMETERS
7985: | P_API_VERSION IN Standard in parameter
7986: | P_INIT_MSG_LIST IN Standard in parameter
7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID

Line 7986: | P_INIT_MSG_LIST IN Standard in parameter

7982: | LogMessage
7983: |
7984: | PARAMETERS
7985: | P_API_VERSION IN Standard in parameter
7986: | P_INIT_MSG_LIST IN Standard in parameter
7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 7987: | P_COMMIT IN Standard in parameter

7983: |
7984: | PARAMETERS
7985: | P_API_VERSION IN Standard in parameter
7986: | P_INIT_MSG_LIST IN Standard in parameter
7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 7988: | P_VALIDATION_LEVEL IN Standard in parameter

7984: | PARAMETERS
7985: | P_API_VERSION IN Standard in parameter
7986: | P_INIT_MSG_LIST IN Standard in parameter
7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7992: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

7986: | P_INIT_MSG_LIST IN Standard in parameter
7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7992: | X_MSG_DATA OUT NOCOPY Standard out parameter
7993: |
7994: | KNOWN ISSUES

Line 7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter

7987: | P_COMMIT IN Standard in parameter
7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7992: | X_MSG_DATA OUT NOCOPY Standard out parameter
7993: |
7994: | KNOWN ISSUES
7995: | None

Line 7992: | X_MSG_DATA OUT NOCOPY Standard out parameter

7988: | P_VALIDATION_LEVEL IN Standard in parameter
7989: | P_LOAN_ID IN Loan ID
7990: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
7991: | X_MSG_COUNT OUT NOCOPY Standard out parameter
7992: | X_MSG_DATA OUT NOCOPY Standard out parameter
7993: |
7994: | KNOWN ISSUES
7995: | None
7996: |

Line 8054: | P_API_VERSION IN Standard in parameter

8050: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8051: | LogMessage
8052: |
8053: | PARAMETERS
8054: | P_API_VERSION IN Standard in parameter
8055: | P_INIT_MSG_LIST IN Standard in parameter
8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record

Line 8055: | P_INIT_MSG_LIST IN Standard in parameter

8051: | LogMessage
8052: |
8053: | PARAMETERS
8054: | P_API_VERSION IN Standard in parameter
8055: | P_INIT_MSG_LIST IN Standard in parameter
8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8056: | P_COMMIT IN Standard in parameter

8052: |
8053: | PARAMETERS
8054: | P_API_VERSION IN Standard in parameter
8055: | P_INIT_MSG_LIST IN Standard in parameter
8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8057: | P_VALIDATION_LEVEL IN Standard in parameter

8053: | PARAMETERS
8054: | P_API_VERSION IN Standard in parameter
8055: | P_INIT_MSG_LIST IN Standard in parameter
8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8061: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8055: | P_INIT_MSG_LIST IN Standard in parameter
8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8061: | X_MSG_DATA OUT NOCOPY Standard out parameter
8062: |
8063: | KNOWN ISSUES

Line 8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8056: | P_COMMIT IN Standard in parameter
8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8061: | X_MSG_DATA OUT NOCOPY Standard out parameter
8062: |
8063: | KNOWN ISSUES
8064: | None

Line 8061: | X_MSG_DATA OUT NOCOPY Standard out parameter

8057: | P_VALIDATION_LEVEL IN Standard in parameter
8058: | P_FUNDING_ADVICE_REC IN Funding advice record
8059: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8060: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8061: | X_MSG_DATA OUT NOCOPY Standard out parameter
8062: |
8063: | KNOWN ISSUES
8064: | None
8065: |

Line 8120: | P_API_VERSION IN Standard in parameter

8116: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8117: | LogMessage
8118: |
8119: | PARAMETERS
8120: | P_API_VERSION IN Standard in parameter
8121: | P_INIT_MSG_LIST IN Standard in parameter
8122: | P_COMMIT IN Standard in parameter
8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID

Line 8121: | P_INIT_MSG_LIST IN Standard in parameter

8117: | LogMessage
8118: |
8119: | PARAMETERS
8120: | P_API_VERSION IN Standard in parameter
8121: | P_INIT_MSG_LIST IN Standard in parameter
8122: | P_COMMIT IN Standard in parameter
8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 8122: | P_COMMIT IN Standard in parameter

8118: |
8119: | PARAMETERS
8120: | P_API_VERSION IN Standard in parameter
8121: | P_INIT_MSG_LIST IN Standard in parameter
8122: | P_COMMIT IN Standard in parameter
8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8123: | P_VALIDATION_LEVEL IN Standard in parameter

8119: | PARAMETERS
8120: | P_API_VERSION IN Standard in parameter
8121: | P_INIT_MSG_LIST IN Standard in parameter
8122: | P_COMMIT IN Standard in parameter
8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8127: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8122: | P_COMMIT IN Standard in parameter
8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8127: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8128: | X_MSG_DATA OUT NOCOPY Standard out parameter
8129: |
8130: | KNOWN ISSUES

Line 8127: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8123: | P_VALIDATION_LEVEL IN Standard in parameter
8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8127: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8128: | X_MSG_DATA OUT NOCOPY Standard out parameter
8129: |
8130: | KNOWN ISSUES
8131: | None

Line 8128: | X_MSG_DATA OUT NOCOPY Standard out parameter

8124: | P_LOAN_ID IN Loan ID
8125: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8126: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8127: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8128: | X_MSG_DATA OUT NOCOPY Standard out parameter
8129: |
8130: | KNOWN ISSUES
8131: | None
8132: |

Line 8190: | P_API_VERSION IN Standard in parameter

8186: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8187: | LogMessage
8188: |
8189: | PARAMETERS
8190: | P_API_VERSION IN Standard in parameter
8191: | P_INIT_MSG_LIST IN Standard in parameter
8192: | P_COMMIT IN Standard in parameter
8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record

Line 8191: | P_INIT_MSG_LIST IN Standard in parameter

8187: | LogMessage
8188: |
8189: | PARAMETERS
8190: | P_API_VERSION IN Standard in parameter
8191: | P_INIT_MSG_LIST IN Standard in parameter
8192: | P_COMMIT IN Standard in parameter
8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id

Line 8192: | P_COMMIT IN Standard in parameter

8188: |
8189: | PARAMETERS
8190: | P_API_VERSION IN Standard in parameter
8191: | P_INIT_MSG_LIST IN Standard in parameter
8192: | P_COMMIT IN Standard in parameter
8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8193: | P_VALIDATION_LEVEL IN Standard in parameter

8189: | PARAMETERS
8190: | P_API_VERSION IN Standard in parameter
8191: | P_INIT_MSG_LIST IN Standard in parameter
8192: | P_COMMIT IN Standard in parameter
8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8197: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8192: | P_COMMIT IN Standard in parameter
8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8197: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8198: | X_MSG_DATA OUT NOCOPY Standard out parameter
8199: |
8200: | KNOWN ISSUES

Line 8197: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8193: | P_VALIDATION_LEVEL IN Standard in parameter
8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8197: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8198: | X_MSG_DATA OUT NOCOPY Standard out parameter
8199: |
8200: | KNOWN ISSUES
8201: | None

Line 8198: | X_MSG_DATA OUT NOCOPY Standard out parameter

8194: | P_FUNDING_ADVICE_REC IN Funding advice record
8195: | X_FUNDING_ADVICE_ID OUT NOCOPY Returns funding advice id
8196: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8197: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8198: | X_MSG_DATA OUT NOCOPY Standard out parameter
8199: |
8200: | KNOWN ISSUES
8201: | None
8202: |

Line 8360: | P_API_VERSION IN Standard in parameter

8356: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8357: | LogMessage
8358: |
8359: | PARAMETERS
8360: | P_API_VERSION IN Standard in parameter
8361: | P_INIT_MSG_LIST IN Standard in parameter
8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id

Line 8361: | P_INIT_MSG_LIST IN Standard in parameter

8357: | LogMessage
8358: |
8359: | PARAMETERS
8360: | P_API_VERSION IN Standard in parameter
8361: | P_INIT_MSG_LIST IN Standard in parameter
8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8362: | P_COMMIT IN Standard in parameter

8358: |
8359: | PARAMETERS
8360: | P_API_VERSION IN Standard in parameter
8361: | P_INIT_MSG_LIST IN Standard in parameter
8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8363: | P_VALIDATION_LEVEL IN Standard in parameter

8359: | PARAMETERS
8360: | P_API_VERSION IN Standard in parameter
8361: | P_INIT_MSG_LIST IN Standard in parameter
8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8367: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8361: | P_INIT_MSG_LIST IN Standard in parameter
8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8367: | X_MSG_DATA OUT NOCOPY Standard out parameter
8368: |
8369: | KNOWN ISSUES

Line 8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8362: | P_COMMIT IN Standard in parameter
8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8367: | X_MSG_DATA OUT NOCOPY Standard out parameter
8368: |
8369: | KNOWN ISSUES
8370: | None

Line 8367: | X_MSG_DATA OUT NOCOPY Standard out parameter

8363: | P_VALIDATION_LEVEL IN Standard in parameter
8364: | P_FUNDING_ADVICE_ID IN Funding advice id
8365: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8366: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8367: | X_MSG_DATA OUT NOCOPY Standard out parameter
8368: |
8369: | KNOWN ISSUES
8370: | None
8371: |

Line 8467: | P_API_VERSION IN Standard in parameter

8463: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8464: | LogMessage
8465: |
8466: | PARAMETERS
8467: | P_API_VERSION IN Standard in parameter
8468: | P_INIT_MSG_LIST IN Standard in parameter
8469: | P_COMMIT IN Standard in parameter
8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID

Line 8468: | P_INIT_MSG_LIST IN Standard in parameter

8464: | LogMessage
8465: |
8466: | PARAMETERS
8467: | P_API_VERSION IN Standard in parameter
8468: | P_INIT_MSG_LIST IN Standard in parameter
8469: | P_COMMIT IN Standard in parameter
8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID

Line 8469: | P_COMMIT IN Standard in parameter

8465: |
8466: | PARAMETERS
8467: | P_API_VERSION IN Standard in parameter
8468: | P_INIT_MSG_LIST IN Standard in parameter
8469: | P_COMMIT IN Standard in parameter
8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID
8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8470: | P_VALIDATION_LEVEL IN Standard in parameter

8466: | PARAMETERS
8467: | P_API_VERSION IN Standard in parameter
8468: | P_INIT_MSG_LIST IN Standard in parameter
8469: | P_COMMIT IN Standard in parameter
8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID
8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8474: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8469: | P_COMMIT IN Standard in parameter
8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID
8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8474: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8475: | X_MSG_DATA OUT NOCOPY Standard out parameter
8476: |
8477: | KNOWN ISSUES

Line 8474: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8470: | P_VALIDATION_LEVEL IN Standard in parameter
8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID
8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8474: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8475: | X_MSG_DATA OUT NOCOPY Standard out parameter
8476: |
8477: | KNOWN ISSUES
8478: | None

Line 8475: | X_MSG_DATA OUT NOCOPY Standard out parameter

8471: | P_LOAN_ID IN Loan ID
8472: | P_FUNDING_ADVICE_ID IN Funding advice ID
8473: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8474: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8475: | X_MSG_DATA OUT NOCOPY Standard out parameter
8476: |
8477: | KNOWN ISSUES
8478: | None
8479: |

Line 8585: | P_API_VERSION IN Standard in parameter

8581: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
8582: | LogMessage
8583: |
8584: | PARAMETERS
8585: | P_API_VERSION IN Standard in parameter
8586: | P_INIT_MSG_LIST IN Standard in parameter
8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID

Line 8586: | P_INIT_MSG_LIST IN Standard in parameter

8582: | LogMessage
8583: |
8584: | PARAMETERS
8585: | P_API_VERSION IN Standard in parameter
8586: | P_INIT_MSG_LIST IN Standard in parameter
8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 8587: | P_COMMIT IN Standard in parameter

8583: |
8584: | PARAMETERS
8585: | P_API_VERSION IN Standard in parameter
8586: | P_INIT_MSG_LIST IN Standard in parameter
8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 8588: | P_VALIDATION_LEVEL IN Standard in parameter

8584: | PARAMETERS
8585: | P_API_VERSION IN Standard in parameter
8586: | P_INIT_MSG_LIST IN Standard in parameter
8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8592: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

8586: | P_INIT_MSG_LIST IN Standard in parameter
8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8592: | X_MSG_DATA OUT NOCOPY Standard out parameter
8593: |
8594: | KNOWN ISSUES

Line 8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter

8587: | P_COMMIT IN Standard in parameter
8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8592: | X_MSG_DATA OUT NOCOPY Standard out parameter
8593: |
8594: | KNOWN ISSUES
8595: | None

Line 8592: | X_MSG_DATA OUT NOCOPY Standard out parameter

8588: | P_VALIDATION_LEVEL IN Standard in parameter
8589: | P_LOAN_ID IN Loan ID
8590: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
8591: | X_MSG_COUNT OUT NOCOPY Standard out parameter
8592: | X_MSG_DATA OUT NOCOPY Standard out parameter
8593: |
8594: | KNOWN ISSUES
8595: | None
8596: |

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

8643:
8644: LogMessage(FND_LOG.LEVEL_PROCEDURE, ' ');
8645: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
8646:
8647: -- Standard call to check for call compatibility
8648: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
8649: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8650: END IF;
8651:

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

8677:
8678: -- END OF BODY OF API
8679: x_return_status := FND_API.G_RET_STS_SUCCESS;
8680:
8681: -- Standard call to get message count and if count is 1, get message info
8682: FND_MSG_PUB.Count_And_Get(
8683: p_encoded => FND_API.G_FALSE,
8684: p_count => x_msg_count,
8685: p_data => x_msg_data);