DBA Data[Home] [Help]

APPS.EAM_ASSIGN_WORK_PVT dependencies on STANDARD

Line 33: -- Standard Start of API savepoint

29: eam_mng_work_req_error Exception;
30: temp NUMBER;
31: BEGIN
32:
33: -- Standard Start of API savepoint
34: SAVEPOINT eam_assign_work;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT fnd_api.compatible_api_call

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

32:
33: -- Standard Start of API savepoint
34: SAVEPOINT eam_assign_work;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT fnd_api.compatible_api_call
38: (l_api_version
39: ,p_api_version
40: ,l_api_name

Line 53: -- Standard check of p_commit.

49:
50: -- Initialize API return status to success
51: x_return_status := fnd_api.g_ret_sts_success;
52:
53: -- Standard check of p_commit.
54: select organization_id , status_type
55: into l_organization_id , l_status_type
56: from wip_discrete_jobs
57: where wip_entity_id = p_wip_entity_id;

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

159: IF fnd_api.to_boolean(p_commit) THEN
160: COMMIT WORK;
161: END IF;
162:
163: -- Standard call to get message count and if count is 1, get message info.
164: fnd_msg_pub.count_and_get(
165: p_encoded => fnd_api.g_false
166: ,p_count => x_msg_count
167: ,p_data => x_msg_data);

Line 237: -- Standard Start of API savepoint

233: l_work_request_id NUMBER;
234: l_organization_id NUMBER;
235: BEGIN
236:
237: -- Standard Start of API savepoint
238: SAVEPOINT eam_delete_assignment;
239:
240: -- Standard call to check for call compatibility.
241: IF NOT fnd_api.compatible_api_call(

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

236:
237: -- Standard Start of API savepoint
238: SAVEPOINT eam_delete_assignment;
239:
240: -- Standard call to check for call compatibility.
241: IF NOT fnd_api.compatible_api_call(
242: l_api_version
243: ,p_api_version
244: ,l_api_name

Line 257: -- Standard check of p_commit.

253:
254: -- Initialize API return status to success
255: x_return_status := fnd_api.g_ret_sts_success;
256:
257: -- Standard check of p_commit.
258: select organization_id
259: into l_organization_id
260: from wip_discrete_jobs
261: where wip_entity_id = p_wip_entity_id;

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

298: IF fnd_api.to_boolean(p_commit) THEN
299: COMMIT WORK;
300: END IF;
301:
302: -- Standard call to get message count and if count is 1, get message info.
303: fnd_msg_pub.count_and_get(
304: p_encoded => fnd_api.g_false
305: ,p_count => x_msg_count
306: ,p_data => x_msg_data);