DBA Data[Home] [Help]

APPS.IEX_WF_NEW_DEL_STATUS_PUB dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: WHERE b.source_id = a.source_mgr_id
47: AND a.user_id = p_user_id;
48:
49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT invoke_new_del_status_wf;
52:
53: iex_debug_pub.logmessage('IEX- Start Invoking Creating New Delinquency Workflow');
54:

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

58: l_action_type := 'created';
59:
60: iex_debug_pub.logmessage('IEX-1 Start Invoking and object_type'||p_object_type);
61: iex_debug_pub.logmessage('l_api_version_number..'||l_api_version_number||'p_api_version..'||p_api_version);
62: -- Standard call to check for call compatibility.
63:
64: if p_object_type = 'Bankruptcy' then
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number2,
66: p_api_version,

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

151: COMMIT ;
152: l_parameter_list.DELETE;
153:
154:
155: -- Standard call to get message count and if count is 1, get message info.
156: FND_MSG_PUB.Count_And_Get
157: ( p_count => x_msg_count,
158: p_data => x_msg_data
159: );

Line 226: -- Standard Start of API savepoint

222: WHERE b.source_id = a.source_mgr_id
223: AND a.user_id = p_user_id;
224:
225: BEGIN
226: -- Standard Start of API savepoint
227: SAVEPOINT invoke_new_del_status_wf;
228:
229: PG_DEBUG := TO_NUMBER(NVL(FND_PROFILE.value('IEX_DEBUG_LEVEL'), '20'));
230: l_event_name := 'oracle.apps.iex.delstatus.update';

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

231: l_api_name := 'invoke_upd_del_status_wf';
232: l_action_type := 'updated';
233:
234:
235: -- Standard call to check for call compatibility.
236: if p_object_type = 'Bankruptcy' then
237: IF NOT FND_API.Compatible_API_Call ( l_api_version_number2,
238: p_api_version,
239: l_api_name,

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

310: COMMIT ;
311: l_parameter_list.DELETE;
312:
313:
314: -- Standard call to get message count and if count is 1, get message info.
315: FND_MSG_PUB.Count_And_Get
316: ( p_count => x_msg_count,
317: p_data => x_msg_data
318: );