DBA Data[Home] [Help]

APPS.ASO_QUOTE_TMPL_PVT dependencies on STANDARD

Line 131: -- Standard Start of API savepoint

127: WHERE quote_header_id = l_qte_hdr_id;
128:
129: BEGIN
130:
131: -- Standard Start of API savepoint
132: SAVEPOINT Add_Template_To_Quote_PVT;
133:
134: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
135:

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

136: IF aso_debug_pub.g_debug_flag = 'Y' THEN
137: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
138: END IF;
139:
140: -- Standard call to check for call compatibility.
141: IF NOT FND_API.Compatible_API_Call(
142: L_API_VERSION ,
143: P_API_VERSION_NUMBER,
144: L_API_NAME ,

Line 622: -- Standard check of p_commit

618: IF aso_debug_pub.g_debug_flag = 'Y' THEN
619: aso_debug_pub.add('****** End of Add_Template_To_Quote API ******', 1, 'Y');
620: END IF;
621:
622: -- Standard check of p_commit
623: IF FND_API.To_Boolean(p_commit) THEN
624: COMMIT WORK;
625: END IF;
626:

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

623: IF FND_API.To_Boolean(p_commit) THEN
624: COMMIT WORK;
625: END IF;
626:
627: -- Standard call to get message count and if count is 1, get message info
628: FND_Msg_Pub.Count_And_Get(
629: p_encoded => FND_API.G_FALSE,
630: p_count => x_msg_count ,
631: p_data => x_msg_data