DBA Data[Home] [Help]

APPS.AHL_PRD_WO_LOGIN_PVT dependencies on STANDARD

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

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

Line 135: -- Standard start of API savepoint

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

Line 354: -- Standard check of p_commit

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

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

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

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

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

Line 1507: -- Standard start of API savepoint

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

Line 1658: -- Standard check of p_commit

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

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

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