DBA Data[Home] [Help]

APPS.CSD_WARRANTY_CONTRACT_PVT dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_api_name CONSTANT VARCHAR2(30) := 'Create_warranty_contract';
34: l_api_version_number CONSTANT NUMBER := 1.0;
35:
36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT Create_warranty_contract;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT Create_warranty_contract;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
42: p_api_version_number,
43: l_api_name,
44: G_PKG_NAME)

Line 127: -- Standard check for p_commit

123: --
124: -- End of API body
125: --
126:
127: -- Standard check for p_commit
128: IF FND_API.to_Boolean( p_commit )
129: THEN
130: COMMIT WORK;
131: END IF;

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

134: -- Debug Message
135: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSD', 'Create_warranty_contract API: ' || l_api_name || 'end');
136:
137:
138: -- Standard call to get message count and if count is 1, get message info.
139: FND_MSG_PUB.Count_And_Get
140: ( p_count => x_msg_count,
141: p_data => x_msg_data
142: );

Line 233: -- Standard Start of API savepoint

229: AND contract.item_instance_id = p_instance_id;
230:
231:
232: BEGIN
233: -- Standard Start of API savepoint
234: SAVEPOINT Default_Warranty_Contract;
235:
236: -- Standard call to check for call compatibility.
237: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

232: BEGIN
233: -- Standard Start of API savepoint
234: SAVEPOINT Default_Warranty_Contract;
235:
236: -- Standard call to check for call compatibility.
237: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
238: p_api_version_number,
239: l_api_name,
240: G_PKG_NAME)

Line 385: -- Standard check for p_commit

381: --
382: -- End of API body
383: --
384:
385: -- Standard check for p_commit
386: IF FND_API.to_Boolean( p_commit )
387: THEN
388: COMMIT WORK;
389: END IF;

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

392: -- Debug Message
393: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSD', 'Default_Warranty_Contract API: ' || l_api_name || 'end');
394:
395:
396: -- Standard call to get message count and if count is 1, get message info.
397: FND_MSG_PUB.Count_And_Get
398: ( p_count => x_msg_count,
399: p_data => x_msg_data
400: );