DBA Data[Home] [Help]

APPS.AHL_PRD_WO_LOGIN_PUB dependencies on STANDARD

Line 56: -- Standard call to check for api compatibility

52: fnd_log.string(G_DEBUG_PROC, 'ahl.plsql.AHL_PRD_WO_LOGIN_PUB.Workorder_Login.begin',
53: 'At the start of PLSQL procedure' );
54: END IF;
55:
56: -- Standard call to check for api compatibility
57: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
58: G_PKG_NAME) THEN
59: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
60: END IF;

Line 62: -- Standard start of API savepoint

58: G_PKG_NAME) THEN
59: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
60: END IF;
61:
62: -- Standard start of API savepoint
63: SAVEPOINT Workorder_Login_Pub;
64:
65: -- Initialize message list if p_init_msg_list is set to TRUE
66: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 100: -- Standard check of p_commit

96: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
97: RAISE FND_API.G_EXC_ERROR;
98: END IF;
99:
100: -- Standard check of p_commit
101: IF FND_API.TO_BOOLEAN(p_commit) THEN
102: COMMIT WORK;
103: END IF;
104:

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

101: IF FND_API.TO_BOOLEAN(p_commit) THEN
102: COMMIT WORK;
103: END IF;
104:
105: -- Standard call to get message count and if count is 1, get message info
106: FND_MSG_PUB.Count_And_Get
107: ( p_count => x_msg_count,
108: p_data => x_msg_data,
109: p_encoded => fnd_api.g_false

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

192: 'At the start of PLSQL procedure' );
193: END IF;
194:
195:
196: -- Standard call to check for call compatibility
197: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
198: G_PKG_NAME) THEN
199: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
200: END IF;

Line 202: -- Standard start of API savepoint

198: G_PKG_NAME) THEN
199: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
200: END IF;
201:
202: -- Standard start of API savepoint
203: SAVEPOINT Workorder_Logout_Pub;
204:
205: -- Initialize message list if p_init_msg_list is set to TRUE
206: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 239: -- Standard check of p_commit

235: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
236: RAISE FND_API.G_EXC_ERROR;
237: END IF;
238:
239: -- Standard check of p_commit
240: IF FND_API.TO_BOOLEAN(p_commit) THEN
241: COMMIT WORK;
242: END IF;
243:

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

240: IF FND_API.TO_BOOLEAN(p_commit) THEN
241: COMMIT WORK;
242: END IF;
243:
244: -- Standard call to get message count and if count is 1, get message info
245: FND_MSG_PUB.Count_And_Get
246: ( p_count => x_msg_count,
247: p_data => x_msg_data,
248: p_encoded => fnd_api.g_false