DBA Data[Home] [Help]

APPS.CST_ITEMRESOURCECOSTS_GRP dependencies on STANDARD

Line 80: -- Standard start of API savepoint

76: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
77: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
78:
79: BEGIN
80: -- Standard start of API savepoint
81: SAVEPOINT Get_ItemCost_PVT;
82:
83: IF l_procLog THEN
84: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'

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

84: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
85: ,'Get_ItemCost <<');
86: END IF;
87:
88: -- Standard call to check for call compatibility
89: IF NOT FND_API.Compatible_API_Call (
90: l_api_version,
91: p_api_version,
92: l_api_name,

Line 169: --- Standard check of p_commit

165: into x_currency_code
166: from cst_organization_definitions
167: where organization_id = p_organization_id;
168:
169: --- Standard check of p_commit
170: IF FND_API.to_Boolean(p_commit) THEN
171: COMMIT WORK;
172: END IF;
173:

Line 174: -- Standard Call to get message count and if count = 1, get message info

170: IF FND_API.to_Boolean(p_commit) THEN
171: COMMIT WORK;
172: END IF;
173:
174: -- Standard Call to get message count and if count = 1, get message info
175: FND_MSG_PUB.Count_And_Get (
176: p_count => x_msg_count,
177: p_data => x_msg_data );
178:

Line 299: -- Standard start of API savepoint

295: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
296: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
297:
298: BEGIN
299: -- Standard start of API savepoint
300: SAVEPOINT Get_ResourceRate_PVT;
301:
302: IF l_procLog THEN
303: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'

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

303: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
304: ,'Get_ResourceRate <<');
305: END IF;
306:
307: -- Standard call to check for call compatibility
308: IF NOT FND_API.Compatible_API_Call (
309: l_api_version,
310: p_api_version,
311: l_api_name,

Line 353: --- Standard check of p_commit

349: into x_currency_code
350: from cst_organization_definitions
351: where organization_id = p_organization_id;
352:
353: --- Standard check of p_commit
354: IF FND_API.to_Boolean(p_commit) THEN
355: COMMIT WORK;
356: END IF;
357:

Line 358: -- Standard Call to get message count and if count = 1, get message info

354: IF FND_API.to_Boolean(p_commit) THEN
355: COMMIT WORK;
356: END IF;
357:
358: -- Standard Call to get message count and if count = 1, get message info
359: FND_MSG_PUB.Count_And_Get (
360: p_count => x_msg_count,
361: p_data => x_msg_data );
362: