DBA Data[Home] [Help]

APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on STANDARD

Line 583: -- Standard start of API savepoint

579: BEGIN
580:
581: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
582:
583: -- Standard start of API savepoint
584: SAVEPOINT PROCESS_SINGLE_LOAN_PVT;
585: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
586:
587: -- Standard call to check for call compatibility

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

583: -- Standard start of API savepoint
584: SAVEPOINT PROCESS_SINGLE_LOAN_PVT;
585: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
586:
587: -- Standard call to check for call compatibility
588: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
589: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
590: END IF;
591:

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

805:
806: -- END OF BODY OF API
807: x_return_status := FND_API.G_RET_STS_SUCCESS;
808:
809: -- Standard call to get message count and if count is 1, get message info
810: FND_MSG_PUB.Count_And_Get(
811: p_encoded => FND_API.G_FALSE,
812: p_count => x_msg_count,
813: p_data => x_msg_data);

Line 915: | P_API_VERSION IN Standard in parameter

911: | LogMessage
912: | init
913: |
914: | PARAMETERS
915: | P_API_VERSION IN Standard in parameter
916: | P_INIT_MSG_LIST IN Standard in parameter
917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id

Line 916: | P_INIT_MSG_LIST IN Standard in parameter

912: | init
913: |
914: | PARAMETERS
915: | P_API_VERSION IN Standard in parameter
916: | P_INIT_MSG_LIST IN Standard in parameter
917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 917: | P_COMMIT IN Standard in parameter

913: |
914: | PARAMETERS
915: | P_API_VERSION IN Standard in parameter
916: | P_INIT_MSG_LIST IN Standard in parameter
917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
921: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 918: | P_VALIDATION_LEVEL IN Standard in parameter

914: | PARAMETERS
915: | P_API_VERSION IN Standard in parameter
916: | P_INIT_MSG_LIST IN Standard in parameter
917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
921: | X_MSG_COUNT OUT NOCOPY Standard out parameter
922: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

916: | P_INIT_MSG_LIST IN Standard in parameter
917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
921: | X_MSG_COUNT OUT NOCOPY Standard out parameter
922: | X_MSG_DATA OUT NOCOPY Standard out parameter
923: |
924: | KNOWN ISSUES

Line 921: | X_MSG_COUNT OUT NOCOPY Standard out parameter

917: | P_COMMIT IN Standard in parameter
918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
921: | X_MSG_COUNT OUT NOCOPY Standard out parameter
922: | X_MSG_DATA OUT NOCOPY Standard out parameter
923: |
924: | KNOWN ISSUES
925: | None

Line 922: | X_MSG_DATA OUT NOCOPY Standard out parameter

918: | P_VALIDATION_LEVEL IN Standard in parameter
919: | P_BORROWER_PARTY_ID IN Inputs borrower party id
920: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
921: | X_MSG_COUNT OUT NOCOPY Standard out parameter
922: | X_MSG_DATA OUT NOCOPY Standard out parameter
923: |
924: | KNOWN ISSUES
925: | None
926: |

Line 987: -- Standard start of API savepoint

983: BEGIN
984:
985: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
986:
987: -- Standard start of API savepoint
988: SAVEPOINT GENERATE_BORR_SUM;
989: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
990:
991: -- Standard call to check for call compatibility

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

987: -- Standard start of API savepoint
988: SAVEPOINT GENERATE_BORR_SUM;
989: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
990:
991: -- Standard call to check for call compatibility
992: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
993: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
994: END IF;
995:

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

1071:
1072: -- END OF BODY OF API
1073: x_return_status := FND_API.G_RET_STS_SUCCESS;
1074:
1075: -- Standard call to get message count and if count is 1, get message info
1076: FND_MSG_PUB.Count_And_Get(
1077: p_encoded => FND_API.G_FALSE,
1078: p_count => x_msg_count,
1079: p_data => x_msg_data);