DBA Data[Home] [Help]

APPS.IEX_DELINQUENCY_PUB dependencies on STANDARD

Line 138: -- Standard Start of API savepoint

134:
135: BEGIN
136: NULL;
137: /*
138: -- Standard Start of API savepoint
139: SAVEPOINT Close_Delinquencies_PVT;
140:
141: -- Initialize API return status to SUCCESS
142: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 145: -- Standard call to check for call compatibility.

141: -- Initialize API return status to SUCCESS
142: x_return_status := FND_API.G_RET_STS_SUCCESS;
143:
144:
145: -- Standard call to check for call compatibility.
146: IF NOT FND_API.Compatible_API_Call (l_api_version,
147: p_api_version,
148: l_api_name,
149: G_PKG_NAME)

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

246:
247: -- Debug Message
248: IEX_DEBUG_PUB.LogMessage(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'PVT: ' || l_api_name || ' end');
249:
250: -- Standard call to get message count and if count is 1, get message info.
251: FND_MSG_PUB.Count_And_Get
252: ( p_count => x_msg_count,
253: p_data => x_msg_data
254: );

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

370: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
371: IEX_DEBUG_PUB.logMessage( 'End Raise Delinquency Event program');
372: END IF;
373:
374: -- Standard call to get message count and if count is 1, get message info.
375: FND_MSG_PUB.Count_And_Get
376: ( p_count => x_msg_count,
377: p_data => x_msg_data
378: );

Line 430: -- standard Stuff

426: -- Debug Variables. Remove after unit testing
427: i number;
428:
429:
430: -- standard Stuff
431: l_return_status VARCHAR2(10);
432: l_msg_count NUMBER;
433: l_msg_data VARCHAR2(1000);
434:

Line 1926: -- Standard Start of API savepoint

1922: v_last := p_object_id_tbl.LAST ;
1923: End If ;
1924:
1925:
1926: -- Standard Start of API savepoint
1927: SAVEPOINT IEX_IND_DEL ;
1928:
1929: -- Standard call to check for call compatibility.
1930: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

Line 1929: -- Standard call to check for call compatibility.

1925:
1926: -- Standard Start of API savepoint
1927: SAVEPOINT IEX_IND_DEL ;
1928:
1929: -- Standard call to check for call compatibility.
1930: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
1931: p_api_version,
1932: l_api_name,
1933: G_PKG_NAME)

Line 2068: -- Standard check for p_commit

2064:
2065: --End Bug 6446848 08-Dec-2008 barathsr
2066: END IF ;
2067:
2068: -- Standard check for p_commit
2069: IF FND_API.to_Boolean(p_commit) THEN
2070: COMMIT WORK;
2071: ELSE
2072: ROLLBACK TO IEX_IND_DEL ;

Line 2300: -- Standard start of API savepoint

2296: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2297: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': start');
2298: END IF;
2299:
2300: -- Standard start of API savepoint
2301: SAVEPOINT SHOW_IN_UWQ_PVT;
2302:
2303: -- Standard call to check for call compatibility
2304: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

2299:
2300: -- Standard start of API savepoint
2301: SAVEPOINT SHOW_IN_UWQ_PVT;
2302:
2303: -- Standard call to check for call compatibility
2304: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2305: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2306: END IF;
2307:

Line 2560: -- Standard check of p_commit.

2556: end if;
2557:
2558: -- END OF BODY OF API
2559:
2560: -- Standard check of p_commit.
2561: IF FND_API.To_Boolean( p_commit ) THEN
2562: COMMIT WORK;
2563: END IF;
2564:

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

2562: COMMIT WORK;
2563: END IF;
2564:
2565: x_return_status := l_return_status;
2566: -- Standard call to get message count and if count is 1, get message info
2567: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2568: p_count => x_msg_count,
2569: p_data => x_msg_data);
2570: