DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PUB dependencies on STANDARD

Line 35: -- Standard Start of API savepoint

31: l_api_name VARCHAR2(50) := 'Copy_Quote';
32:
33: BEGIN
34:
35: -- Standard Start of API savepoint
36: SAVEPOINT Copy_Quote_PUB;
37:
38: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
39:

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

36: SAVEPOINT Copy_Quote_PUB;
37:
38: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version,
42: p_api_version_number,
43: l_api_name,
44: G_PKG_NAME)

Line 85: -- Standard check for p_commit

81: --
82: -- End of API body.
83: --
84:
85: -- Standard check for p_commit
86: IF FND_API.to_Boolean( p_commit )
87: THEN
88: COMMIT WORK;
89: END IF;

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

92: -- Debug Message
93: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
94:
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_count => x_msg_count,
99: p_data => x_msg_data
100: );

Line 160: -- Standard Start of API savepoint

156: l_Copy_Quote_Control_Rec ASO_COPY_QUOTE_PUB.Copy_Quote_Control_Rec_Type;
157:
158: BEGIN
159:
160: -- Standard Start of API savepoint
161: SAVEPOINT Copy_Line_PUB;
162:
163: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
164:

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

161: SAVEPOINT Copy_Line_PUB;
162:
163: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
164:
165: -- Standard call to check for call compatibility.
166: IF NOT FND_API.Compatible_API_Call ( l_api_version,
167: p_api_version_number,
168: l_api_name,
169: G_PKG_NAME)

Line 242: -- Standard check for p_commit

238: --
239: -- End of API body.
240: --
241:
242: -- Standard check for p_commit
243: IF FND_API.to_Boolean( p_commit )
244: THEN
245: COMMIT WORK;
246: END IF;

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

249: -- Debug Message
250: ASO_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Public API: ' || l_api_name || 'end');
251:
252:
253: -- Standard call to get message count and if count is 1, get message info.
254: FND_MSG_PUB.Count_And_Get
255: ( p_count => x_msg_count,
256: p_data => x_msg_data
257: );