DBA Data[Home] [Help]

APPS.ASO_QUOTE_TMPL_PVT dependencies on STANDARD

Line 124: -- Standard Start of API savepoint

120: WHERE quote_header_id = l_qte_hdr_id;
121:
122: BEGIN
123:
124: -- Standard Start of API savepoint
125: SAVEPOINT Add_Template_To_Quote_PVT;
126:
127: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
128:

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

129: IF aso_debug_pub.g_debug_flag = 'Y' THEN
130: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
131: END IF;
132:
133: -- Standard call to check for call compatibility.
134: IF NOT FND_API.Compatible_API_Call(
135: L_API_VERSION ,
136: P_API_VERSION_NUMBER,
137: L_API_NAME ,

Line 555: -- Standard check of p_commit

551: IF aso_debug_pub.g_debug_flag = 'Y' THEN
552: aso_debug_pub.add('****** End of Add_Template_To_Quote API ******', 1, 'Y');
553: END IF;
554:
555: -- Standard check of p_commit
556: IF FND_API.To_Boolean(p_commit) THEN
557: COMMIT WORK;
558: END IF;
559:

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

556: IF FND_API.To_Boolean(p_commit) THEN
557: COMMIT WORK;
558: END IF;
559:
560: -- Standard call to get message count and if count is 1, get message info
561: FND_Msg_Pub.Count_And_Get(
562: p_encoded => FND_API.G_FALSE,
563: p_count => x_msg_count ,
564: p_data => x_msg_data