DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PUB dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37: l_api_name VARCHAR2(50) := 'Copy_Quote';
38:
39: BEGIN
40:
41: -- Standard Start of API savepoint
42: SAVEPOINT Copy_Quote_PUB;
43:
44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:

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

42: SAVEPOINT Copy_Quote_PUB;
43:
44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:
46: -- Standard call to check for call compatibility.
47: IF NOT FND_API.Compatible_API_Call ( l_api_version,
48: p_api_version_number,
49: l_api_name,
50: G_PKG_NAME)

Line 97: -- Standard check for p_commit

93: --
94: -- End of API body.
95: --
96:
97: -- Standard check for p_commit
98: IF FND_API.to_Boolean( p_commit )
99: THEN
100: COMMIT WORK;
101: END IF;

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

104: -- Debug Message
105: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
106:
107:
108: -- Standard call to get message count and if count is 1, get message info.
109: FND_MSG_PUB.Count_And_Get
110: ( p_count => x_msg_count,
111: p_data => x_msg_data
112: );

Line 178: -- Standard Start of API savepoint

174:
175:
176: BEGIN
177:
178: -- Standard Start of API savepoint
179: SAVEPOINT Copy_Line_PUB;
180:
181: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
182:

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

179: SAVEPOINT Copy_Line_PUB;
180:
181: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
182:
183: -- Standard call to check for call compatibility.
184: IF NOT FND_API.Compatible_API_Call ( l_api_version,
185: p_api_version_number,
186: l_api_name,
187: G_PKG_NAME)

Line 307: -- Standard check for p_commit

303: --
304: -- End of API body.
305: --
306:
307: -- Standard check for p_commit
308: IF FND_API.to_Boolean( p_commit )
309: THEN
310: COMMIT WORK;
311: END IF;

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

314: -- Debug Message
315: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
316:
317:
318: -- Standard call to get message count and if count is 1, get message info.
319: FND_MSG_PUB.Count_And_Get
320: ( p_count => x_msg_count,
321: p_data => x_msg_data
322: );