DBA Data[Home] [Help]

APPS.ASO_INSTBASE_INT dependencies on STANDARD

Line 28: -- Standard IN Parameters:

24: -- Type : Public
25: -- Function : This API is used to delete Installation details records.
26: -- Pre-reqs : None.
27: --
28: -- Standard IN Parameters:
29: -- p_api_version IN NUMBER Required
30: -- p_init_msg_list IN VARCHAR2 Optional
31: -- := FND_API.G_FALSE
32: --

Line 33: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:

29: -- p_api_version IN NUMBER Required
30: -- p_init_msg_list IN VARCHAR2 Optional
31: -- := FND_API.G_FALSE
32: --
33: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
34: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
35: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
36: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
37: --

Line 67: -- Standard Start of API savepoint

63: l_api_name VARCHAR2(50) := 'Delete_Installation_Detail';
64:
65: BEGIN
66:
67: -- Standard Start of API savepoint
68: SAVEPOINT Delete_Installation_detail_PUB;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 70: -- Standard call to check for call compatibility.

66:
67: -- Standard Start of API savepoint
68: SAVEPOINT Delete_Installation_detail_PUB;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
72: p_api_version_number,
73: l_api_name,
74: G_PKG_NAME)

Line 120: -- Standard check for p_commit

116: --
117: -- End of API body.
118: --
119:
120: -- Standard check for p_commit
121: IF FND_API.to_Boolean( p_commit )
122: THEN
123: COMMIT WORK;
124: END IF;

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

127: -- Debug Message
128: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
129:
130:
131: -- Standard call to get message count and if count is 1, get message info.
132: FND_MSG_PUB.Count_And_Get
133: ( p_count => x_msg_count,
134: p_data => x_msg_data
135: );

Line 220: -- Standard Start of API savepoint

216:
217:
218: BEGIN
219:
220: -- Standard Start of API savepoint
221: SAVEPOINT Update_Inst_details_ORder_PUB;
222:
223: -- Standard call to check for call compatibility.
224: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 223: -- Standard call to check for call compatibility.

219:
220: -- Standard Start of API savepoint
221: SAVEPOINT Update_Inst_details_ORder_PUB;
222:
223: -- Standard call to check for call compatibility.
224: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
225: p_api_version_number,
226: l_api_name,
227: G_PKG_NAME)

Line 297: -- Standard check for p_commit

293: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN
294: RAISE FND_API.G_EXC_ERROR;
295: END IF;
296:
297: -- Standard check for p_commit
298: IF FND_API.to_Boolean( p_commit )
299: THEN
300: COMMIT WORK;
301: END IF;

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

304: -- Debug Message
305: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
306:
307:
308: -- Standard call to get message count and if count is 1, get message info.
309: FND_MSG_PUB.Count_And_Get
310: ( p_count => x_msg_count,
311: p_data => x_msg_data
312: );