DBA Data[Home] [Help]

APPS.IES_DEPL_SCRIPT_PKG dependencies on STANDARD

Line 46: -- Standard Start of API savepoint

42: l_api_name CONSTANT VARCHAR2(30) := 'lock_deployed_script';
43: l_api_version CONSTANT NUMBER := 1.0;
44: l_encoded VARCHAR2(1) := FND_API.G_FALSE;
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT lock_deployed_script_sp;
48:
49: -- Standard call to check for call compatibility
50: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT lock_deployed_script_sp;
48:
49: -- Standard call to check for call compatibility
50: IF NOT FND_API.Compatible_API_Call ( l_api_version,
51: p_api_version,
52: l_api_name,
53: G_PKG_NAME)

Line 91: -- Standard check of p_commit

87: END IF;
88:
89: -- End of API body
90:
91: -- Standard check of p_commit
92: IF FND_API.To_Boolean( p_commit ) THEN
93: COMMIT WORK;
94: END IF;
95:

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

92: IF FND_API.To_Boolean( p_commit ) THEN
93: COMMIT WORK;
94: END IF;
95:
96: -- Standard call to get message count and if count is 1, get message info
97: FND_MSG_PUB.Count_And_Get
98: ( p_encoded => l_encoded,
99: p_count => x_msg_count,
100: p_data => x_msg_data

Line 162: -- Standard Start of API savepoint

158: l_api_version CONSTANT NUMBER := 1.0;
159: l_encoded VARCHAR2(1) := FND_API.G_FALSE;
160: l_dscript_id NUMBER;
161: BEGIN
162: -- Standard Start of API savepoint
163: SAVEPOINT lock_deployed_script_sp;
164:
165: -- Standard call to check for call compatibility
166: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

161: BEGIN
162: -- Standard Start of API savepoint
163: SAVEPOINT lock_deployed_script_sp;
164:
165: -- Standard call to check for call compatibility
166: IF NOT FND_API.Compatible_API_Call ( l_api_version,
167: p_api_version,
168: l_api_name,
169: G_PKG_NAME)

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

207: FND_MSG_PUB.Add;
208: END IF;
209:
210:
211: -- Standard call to get message count and if count is 1, get message info
212: FND_MSG_PUB.Count_And_Get
213: ( p_encoded => l_encoded,
214: p_count => x_msg_count,
215: p_data => x_msg_data

Line 267: -- Standard Start of API savepoint

263: l_api_version CONSTANT NUMBER := 1.0;
264: l_encoded VARCHAR2(1) := FND_API.G_FALSE;
265: l_dscript_id NUMBER;
266: BEGIN
267: -- Standard Start of API savepoint
268: SAVEPOINT lock_deployed_script_sp;
269:
270: -- Standard call to check for call compatibility
271: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

266: BEGIN
267: -- Standard Start of API savepoint
268: SAVEPOINT lock_deployed_script_sp;
269:
270: -- Standard call to check for call compatibility
271: IF NOT FND_API.Compatible_API_Call ( l_api_version,
272: p_api_version,
273: l_api_name,
274: G_PKG_NAME)

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

308: FND_MSG_PUB.Add;
309: END IF;
310:
311:
312: -- Standard call to get message count and if count is 1, get message info
313: FND_MSG_PUB.Count_And_Get
314: ( p_encoded => l_encoded,
315: p_count => x_msg_count,
316: p_data => x_msg_data