DBA Data[Home] [Help]

APPS.ASO_QUOTE_TMPL_INT dependencies on STANDARD

Line 75: -- Standard Start of API savepoint

71:
72:
73: BEGIN
74:
75: -- Standard Start of API savepoint
76: SAVEPOINT Add_Template_To_Quote_INT;
77:
78: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
79:

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

80: IF aso_debug_pub.g_debug_flag = 'Y' THEN
81: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
82: END IF;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call(
86: L_API_VERSION ,
87: P_API_VERSION_NUMBER,
88: L_API_NAME ,