DBA Data[Home] [Help]

APPS.IEM_WFSTARTPROCESS_PUB dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: l_key number;
42: l_wf_excep EXCEPTION;
43:
44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT CallWorkflow_PUB;
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
49: p_api_version_number,

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

43:
44: BEGIN
45: -- Standard Start of API savepoint
46: SAVEPOINT CallWorkflow_PUB;
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
49: p_api_version_number,
50: l_api_name,
51: G_PKG_NAME)

Line 63: -- Standard callto get message count and if count is 1, get message info.

59: END IF;
60: -- Initialize API return status to SUCCESS
61: x_return_status := FND_API.G_RET_STS_SUCCESS;
62:
63: -- Standard callto get message count and if count is 1, get message info.
64: FND_MSG_PUB.Count_And_Get
65: ( p_count => x_msg_count,
66: p_data => x_msg_data
67: );

Line 127: -- Standard Start of API savepoint

123: l_exit varchar2(1):='T';
124: l_status varchar2(1);
125: l_counter number:=1;
126: BEGIN
127: -- Standard Start of API savepoint
128: SAVEPOINT LaunchProcess_PUB;
129: -- Standard call to check for call compatibility.
130: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
131: p_api_version_number,

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

125: l_counter number:=1;
126: BEGIN
127: -- Standard Start of API savepoint
128: SAVEPOINT LaunchProcess_PUB;
129: -- Standard call to check for call compatibility.
130: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
131: p_api_version_number,
132: l_api_name,
133: G_PKG_NAME)

Line 190: -- Standard Start of API savepoint

186: l_return_status varchar2(10);
187: l_Error_Message VARCHAR2(2000);
188: l_msg_data varchar2(240);
189: BEGIN
190: -- Standard Start of API savepoint
191: SAVEPOINT StopWorkflow_PUB;
192: -- Standard call to check for call compatibility.
193: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
194: p_api_version_number,

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

188: l_msg_data varchar2(240);
189: BEGIN
190: -- Standard Start of API savepoint
191: SAVEPOINT StopWorkflow_PUB;
192: -- Standard call to check for call compatibility.
193: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
194: p_api_version_number,
195: l_api_name,
196: G_PKG_NAME)

Line 245: -- Standard Start of API savepoint

241: and activity_status = 'ERROR'
242: and begin_date<=to_date(p_end_date,'YYYY/MM/DD HH24:MI:SS');
243: l_date date;
244: BEGIN
245: -- Standard Start of API savepoint
246: SAVEPOINT PurgeWorkflow_PUB;
247: -- Standard call to check for call compatibility.
248: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
249: p_api_version_number,

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

243: l_date date;
244: BEGIN
245: -- Standard Start of API savepoint
246: SAVEPOINT PurgeWorkflow_PUB;
247: -- Standard call to check for call compatibility.
248: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
249: p_api_version_number,
250: l_api_name,
251: G_PKG_NAME)