DBA Data[Home] [Help]

APPS.INL_LANDEDCOST_PVT dependencies on STANDARD

Line 2056: -- Standard Start of API savepoint

2052:
2053: INL_LOGGING_PVT.Log_BeginProc (p_module_name => g_module_name,
2054: p_procedure_name => l_api_name);
2055: --
2056: -- Standard Start of API savepoint
2057: --
2058: SAVEPOINT Run_Calculation_PVT;
2059:
2060: --

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

2064: FND_MSG_PUB.initialize;
2065: END IF;
2066:
2067: --
2068: -- Standard call to check for call compatibility
2069: --
2070: IF NOT FND_API.Compatible_API_Call (l_api_version,
2071: p_api_version,
2072: l_api_name,

Line 2481: -- Standard check for commit

2477: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2478: END IF;
2479:
2480: --
2481: -- Standard check for commit
2482: --
2483: IF FND_API.To_Boolean (p_commit) THEN
2484: COMMIT WORK;
2485: END IF;

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

2483: IF FND_API.To_Boolean (p_commit) THEN
2484: COMMIT WORK;
2485: END IF;
2486:
2487: -- Standard call to get message count and if count is 1, get message info.
2488: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
2489: p_count => x_msg_count,
2490: p_data => x_msg_data);
2491: