DBA Data[Home] [Help]

APPS.INL_LANDEDCOST_PVT dependencies on STANDARD

Line 3306: -- Standard Start of API savepoint

3302:
3303: INL_LOGGING_PVT.Log_BeginProc (p_module_name => g_module_name,
3304: p_procedure_name => l_program_name);
3305: --
3306: -- Standard Start of API savepoint
3307: --
3308: SAVEPOINT Run_Calculation_PVT;
3309:
3310: --

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

3314: FND_MSG_PUB.initialize;
3315: END IF;
3316:
3317: --
3318: -- Standard call to check for call compatibility
3319: --
3320: IF NOT FND_API.Compatible_API_Call (
3321: l_api_version,
3322: p_api_version,

Line 4050: -- Standard check for commit

4046: END LOOP;
4047: END;
4048:
4049: --
4050: -- Standard check for commit
4051: --
4052: IF FND_API.To_Boolean (p_commit) THEN
4053: COMMIT WORK;
4054: END IF;

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

4052: IF FND_API.To_Boolean (p_commit) THEN
4053: COMMIT WORK;
4054: END IF;
4055:
4056: -- Standard call to get message count and if count is 1, get message info.
4057: FND_MSG_PUB.Count_And_Get (
4058: p_encoded => L_FND_FALSE,
4059: p_count => x_msg_count,
4060: p_data => x_msg_data);