DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on STANDARD

Line 240: **The standard API for the selector/callback function is as follows

236:
237: -----PUBLIC Procedures---------------------------------
238:
239: /*
240: **The standard API for the selector/callback function is as follows
241: */
242:
243:
244: procedure start_process (item_type in varchar2,

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

292: l_resource_id := nvl(fnd_profile.value('IEX_STRY_DEFAULT_RESOURCE'),0);
293:
294: SAVEPOINT START_CUSTOMWF_PUB;
295:
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call (l_api_version,
298: p_api_version,
299: l_api_name,
300: G_PKG_NAME) THEN

Line 499: -- Standard check of p_commit

495: END IF;
496:
497:
498:
499: -- Standard check of p_commit
500: IF FND_API.To_Boolean(l_commit) THEN
501: COMMIT WORK;
502: END IF;
503:

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

500: IF FND_API.To_Boolean(l_commit) THEN
501: COMMIT WORK;
502: END IF;
503:
504: -- Standard call to get message count and if count is 1, get message info
505: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
506:
507:
508: EXCEPTION