DBA Data[Home] [Help]

APPS.LNS_APPL_ENGINE_PUB dependencies on STANDARD

Line 1731: | P_API_VERSION IN Standard in parameter

1727: | init
1728: | LogMessage
1729: |
1730: | PARAMETERS
1731: | P_API_VERSION IN Standard in parameter
1732: | P_INIT_MSG_LIST IN Standard in parameter
1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record

Line 1732: | P_INIT_MSG_LIST IN Standard in parameter

1728: | LogMessage
1729: |
1730: | PARAMETERS
1731: | P_API_VERSION IN Standard in parameter
1732: | P_INIT_MSG_LIST IN Standard in parameter
1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

Line 1733: | P_COMMIT IN Standard in parameter

1729: |
1730: | PARAMETERS
1731: | P_API_VERSION IN Standard in parameter
1732: | P_INIT_MSG_LIST IN Standard in parameter
1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter

Line 1734: | P_VALIDATION_LEVEL IN Standard in parameter

1730: | PARAMETERS
1731: | P_API_VERSION IN Standard in parameter
1732: | P_INIT_MSG_LIST IN Standard in parameter
1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1738: | X_MSG_DATA OUT NOCOPY Standard out parameter

Line 1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter

1732: | P_INIT_MSG_LIST IN Standard in parameter
1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1738: | X_MSG_DATA OUT NOCOPY Standard out parameter
1739: |
1740: | KNOWN ISSUES

Line 1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter

1733: | P_COMMIT IN Standard in parameter
1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1738: | X_MSG_DATA OUT NOCOPY Standard out parameter
1739: |
1740: | KNOWN ISSUES
1741: | None

Line 1738: | X_MSG_DATA OUT NOCOPY Standard out parameter

1734: | P_VALIDATION_LEVEL IN Standard in parameter
1735: | P_SEARCH_REC IN Search record
1736: | X_RETURN_STATUS OUT NOCOPY Standard out parameter
1737: | X_MSG_COUNT OUT NOCOPY Standard out parameter
1738: | X_MSG_DATA OUT NOCOPY Standard out parameter
1739: |
1740: | KNOWN ISSUES
1741: | None
1742: |

Line 1816: -- Standard start of API savepoint

1812: BEGIN
1813:
1814: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
1815:
1816: -- Standard start of API savepoint
1817: SAVEPOINT SEARCH_AND_APPLY;
1818: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1819:
1820: -- Standard call to check for call compatibility

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

1816: -- Standard start of API savepoint
1817: SAVEPOINT SEARCH_AND_APPLY;
1818: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
1819:
1820: -- Standard call to check for call compatibility
1821: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1822: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1823: END IF;
1824:

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

1955:
1956: -- END OF BODY OF API
1957: x_return_status := FND_API.G_RET_STS_SUCCESS;
1958:
1959: -- Standard call to get message count and if count is 1, get message info
1960: FND_MSG_PUB.Count_And_Get(
1961: p_encoded => FND_API.G_FALSE,
1962: p_count => x_msg_count,
1963: p_data => x_msg_data);