DBA Data[Home] [Help]

APPS.CSC_PROF_COLOR_CODE_PUB dependencies on STANDARD

Line 130: -- Standard Start of API savepoint

126: l_api_name CONSTANT VARCHAR2(30) := 'Create_prof_color_code';
127: l_api_version_number CONSTANT NUMBER := 2.0;
128: l_pvt_prof_color_rec CSC_PROF_COLOR_CODE_PVT.prof_color_Rec_Type;
129: BEGIN
130: -- Standard Start of API savepoint
131: SAVEPOINT CREATE_PROF_COLOR_CODE_PUB;
132:
133: -- Standard call to check for call compatibility.
134: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

129: BEGIN
130: -- Standard Start of API savepoint
131: SAVEPOINT CREATE_PROF_COLOR_CODE_PUB;
132:
133: -- Standard call to check for call compatibility.
134: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
135: p_api_version_number,
136: l_api_name,
137: G_PKG_NAME)

Line 188: -- Standard check for p_commit

184: --
185: -- End of API body.
186: --
187:
188: -- Standard check for p_commit
189: IF FND_API.to_Boolean( p_commit )
190: THEN
191: COMMIT WORK;
192: END IF;

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

192: END IF;
193:
194:
195:
196: -- Standard call to get message count and if count is 1, get message info.
197: FND_MSG_PUB.Count_And_Get
198: ( p_count => x_msg_count,
199: p_data => x_msg_data
200: );

Line 286: -- Standard Start of API savepoint

282: l_api_name CONSTANT VARCHAR2(30) := 'Update_prof_color_code';
283: l_api_version_number CONSTANT NUMBER := 1.0;
284: l_pvt_prof_color_rec CSC_PROF_COLOR_CODE_PVT.prof_color_Rec_Type;
285: BEGIN
286: -- Standard Start of API savepoint
287: SAVEPOINT UPDATE_PROF_COLOR_CODE_PUB;
288:
289: -- Standard call to check for call compatibility.
290: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

285: BEGIN
286: -- Standard Start of API savepoint
287: SAVEPOINT UPDATE_PROF_COLOR_CODE_PUB;
288:
289: -- Standard call to check for call compatibility.
290: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
291: p_api_version_number,
292: l_api_name,
293: G_PKG_NAME)

Line 343: -- Standard check for p_commit

339: --
340: -- End of API body
341: --
342:
343: -- Standard check for p_commit
344: IF FND_API.to_Boolean( p_commit )
345: THEN
346: COMMIT WORK;
347: END IF;

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

347: END IF;
348:
349:
350:
351: -- Standard call to get message count and if count is 1, get message info.
352: FND_MSG_PUB.Count_And_Get
353: ( p_count => x_msg_count,
354: p_data => x_msg_data
355: );