DBA Data[Home] [Help]

APPS.LNS_BUS_EVENT_SUB_PVT dependencies on STANDARD

Line 70: | p_subscription_guid IN Standard in parameter

66: | CALLS PROCEDURES/FUNCTIONS (local to this package body)
67: | LogMessage
68: |
69: | PARAMETERS
70: | p_subscription_guid IN Standard in parameter
71: | p_event IN Standard in parameter
72: |
73: | KNOWN ISSUES
74: | None

Line 71: | p_event IN Standard in parameter

67: | LogMessage
68: |
69: | PARAMETERS
70: | p_subscription_guid IN Standard in parameter
71: | p_event IN Standard in parameter
72: |
73: | KNOWN ISSUES
74: | None
75: |

Line 269: -- Standard start of API savepoint

265: BEGIN
266:
267: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
268:
269: -- Standard start of API savepoint
270: SAVEPOINT UPDATE_LOAN_STATUS_FROM_IEX;
271: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
272:
273: -- Standard call to check for call compatibility

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

269: -- Standard start of API savepoint
270: SAVEPOINT UPDATE_LOAN_STATUS_FROM_IEX;
271: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Savepoint is established');
272:
273: -- Standard call to check for call compatibility
274: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
275: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
276: END IF;
277:

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

420: -- END OF BODY OF API
421: x_return_status := FND_API.G_RET_STS_SUCCESS;
422: X_NEW_STATUS := l_status;
423:
424: -- Standard call to get message count and if count is 1, get message info
425: FND_MSG_PUB.Count_And_Get(
426: p_encoded => FND_API.G_FALSE,
427: p_count => x_msg_count,
428: p_data => x_msg_data);