DBA Data[Home] [Help]

APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on STANDARD

Line 565: -- Standard start of API savepoint

561: BEGIN
562:
563: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
564:
565: -- Standard start of API savepoint
566: SAVEPOINT PROCESS_SINGLE_LOAN_PVT;
567: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
568:
569: -- Standard call to check for call compatibility

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

565: -- Standard start of API savepoint
566: SAVEPOINT PROCESS_SINGLE_LOAN_PVT;
567: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
568:
569: -- Standard call to check for call compatibility
570: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
571: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
572: END IF;
573:

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

787:
788: -- END OF BODY OF API
789: x_return_status := FND_API.G_RET_STS_SUCCESS;
790:
791: -- Standard call to get message count and if count is 1, get message info
792: FND_MSG_PUB.Count_And_Get(
793: p_encoded => FND_API.G_FALSE,
794: p_count => x_msg_count,
795: p_data => x_msg_data);

Line 897: | P_API_VERSION IN Standard in parameter

893: | LogMessage
894: | init
895: |
896: | PARAMETERS
897: | P_API_VERSION IN Standard in parameter
898: | P_INIT_MSG_LIST IN Standard in parameter
899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id

Line 898: | P_INIT_MSG_LIST IN Standard in parameter

894: | init
895: |
896: | PARAMETERS
897: | P_API_VERSION IN Standard in parameter
898: | P_INIT_MSG_LIST IN Standard in parameter
899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 899: | P_COMMIT IN Standard in parameter

895: |
896: | PARAMETERS
897: | P_API_VERSION IN Standard in parameter
898: | P_INIT_MSG_LIST IN Standard in parameter
899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
903: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 900: | P_VALIDATION_LEVEL IN Standard in parameter

896: | PARAMETERS
897: | P_API_VERSION IN Standard in parameter
898: | P_INIT_MSG_LIST IN Standard in parameter
899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
904: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

898: | P_INIT_MSG_LIST IN Standard in parameter
899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
904: | X_MSG_DATA OUT NOCOPY Standard out parameter
905: |
906: | KNOWN ISSUES

Line 903: | X_MSG_COUNT OUT NOCOPY Standard out parameter

899: | P_COMMIT IN Standard in parameter
900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
904: | X_MSG_DATA OUT NOCOPY Standard out parameter
905: |
906: | KNOWN ISSUES
907: | None

Line 904: | X_MSG_DATA OUT NOCOPY Standard out parameter

900: | P_VALIDATION_LEVEL IN Standard in parameter
901: | P_BORROWER_PARTY_ID IN Inputs borrower party id
902: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
903: | X_MSG_COUNT OUT NOCOPY Standard out parameter
904: | X_MSG_DATA OUT NOCOPY Standard out parameter
905: |
906: | KNOWN ISSUES
907: | None
908: |

Line 969: -- Standard start of API savepoint

965: BEGIN
966:
967: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
968:
969: -- Standard start of API savepoint
970: SAVEPOINT GENERATE_BORR_SUM;
971: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
972:
973: -- Standard call to check for call compatibility

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

969: -- Standard start of API savepoint
970: SAVEPOINT GENERATE_BORR_SUM;
971: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
972:
973: -- Standard call to check for call compatibility
974: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
975: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
976: END IF;
977:

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

1053:
1054: -- END OF BODY OF API
1055: x_return_status := FND_API.G_RET_STS_SUCCESS;
1056:
1057: -- Standard call to get message count and if count is 1, get message info
1058: FND_MSG_PUB.Count_And_Get(
1059: p_encoded => FND_API.G_FALSE,
1060: p_count => x_msg_count,
1061: p_data => x_msg_data);