DBA Data[Home] [Help]

APPS.AHL_PRD_WO_LOGIN_PVT dependencies on STANDARD

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

128: fnd_log.string(G_DEBUG_PROC, 'ahl.plsql.AHL_PRD_WO_LOGIN_PVT.Workorder_Login.begin',
129: 'At the start of PLSQL procedure' );
130: END IF;
131:
132: -- Standard call to check for api compatibility
133: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
134: G_PKG_NAME) THEN
135: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
136: END IF;

Line 138: -- Standard start of API savepoint

134: G_PKG_NAME) THEN
135: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
136: END IF;
137:
138: -- Standard start of API savepoint
139: SAVEPOINT Workorder_Login_Pvt;
140:
141: -- Initialize message list if p_init_msg_list is set to TRUE
142: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 357: -- Standard check of p_commit

353: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
354: RAISE FND_API.G_EXC_ERROR;
355: END IF;
356:
357: -- Standard check of p_commit
358: IF FND_API.TO_BOOLEAN(p_commit) THEN
359: COMMIT WORK;
360: END IF;
361:

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

358: IF FND_API.TO_BOOLEAN(p_commit) THEN
359: COMMIT WORK;
360: END IF;
361:
362: -- Standard call to get message count and if count is 1, get message info
363: FND_MSG_PUB.Count_And_Get
364: ( p_count => x_msg_count,
365: p_data => x_msg_data,
366: p_encoded => fnd_api.g_false

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

1500: 'At the start of PLSQL procedure' );
1501: END IF;
1502:
1503:
1504: -- Standard call to check for call compatibility
1505: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
1506: G_PKG_NAME) THEN
1507: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1508: END IF;

Line 1510: -- Standard start of API savepoint

1506: G_PKG_NAME) THEN
1507: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1508: END IF;
1509:
1510: -- Standard start of API savepoint
1511: SAVEPOINT Workorder_Logout_Pvt;
1512:
1513: -- Initialize message list if p_init_msg_list is set to TRUE
1514: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 1661: -- Standard check of p_commit

1657: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
1658: RAISE FND_API.G_EXC_ERROR;
1659: END IF;
1660:
1661: -- Standard check of p_commit
1662: IF FND_API.TO_BOOLEAN(p_commit) THEN
1663: COMMIT WORK;
1664: END IF;
1665:

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

1662: IF FND_API.TO_BOOLEAN(p_commit) THEN
1663: COMMIT WORK;
1664: END IF;
1665:
1666: -- Standard call to get message count and if count is 1, get message info
1667: FND_MSG_PUB.Count_And_Get
1668: ( p_count => x_msg_count,
1669: p_data => x_msg_data,
1670: p_encoded => fnd_api.g_false