DBA Data[Home] [Help]

APPS.ASO_CFG_PUB dependencies on STANDARD

Line 79: -- Standard Start of API savepoint

75: l_api_version_number CONSTANT NUMBER := 1.0;
76:
77: BEGIN
78:
79: -- Standard Start of API savepoint
80: SAVEPOINT GET_CONFIG_DETAILS_PUB;
81:
82: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
83:

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

80: SAVEPOINT GET_CONFIG_DETAILS_PUB;
81:
82: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
86: p_api_version_number,
87: l_api_name,
88: G_PKG_NAME) THEN

Line 130: -- Standard check for p_commit

126: END IF;
127:
128:
129:
130: -- Standard check for p_commit
131: IF FND_API.to_Boolean( p_commit ) THEN
132: COMMIT WORK;
133: END IF;
134:

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

132: COMMIT WORK;
133: END IF;
134:
135:
136: -- Standard call to get message count and if count is 1, get message info.
137: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
138: p_data => x_msg_data);
139:
140: IF aso_debug_pub.g_debug_flag = 'Y' THEN