DBA Data[Home] [Help]

APPS.IEM_ARCH_PVT dependencies on STANDARD

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

29: ERROR_CREATING_FLD_REQUESTS EXCEPTION;
30: ERROR_CREATING_REQUESTS EXCEPTION;
31:
32: BEGIN
33: -- Standard call to check for call compatibility.
34: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
35: p_api_version_number,
36: l_api_name,
37: G_PKG_NAME)

Line 93: -- Standard Check Of p_commit.

89: END IF;
90: x_request_id:=l_seq_id;
91: END IF;
92:
93: -- Standard Check Of p_commit.
94: IF p_commit='T' THEN
95: COMMIT WORK;
96: END IF;
97: EXCEPTION

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

168: l_arch_folder_id number;
169: l_arch_count number;
170: l_milcs_type number;
171: BEGIN
172: -- Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
174: p_api_version_number,
175: l_api_name,
176: G_PKG_NAME)

Line 211: -- Standard Check Of p_commit.

207: set status='E',
208: arch_comment=nvl(l_out_text,' ')||nvl(m_out_text,' ')
209: where Request_id=p_request_id;
210: END IF;
211: -- Standard Check Of p_commit.
212: IF p_commit='T' THEN
213: COMMIT WORK;
214: END IF;
215: EXCEPTION

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

262: l_oes_ret_code number;
263: l_req_type iem_arch_requests.request_type%type;
264:
265: BEGIN
266: -- Standard call to check for call compatibility.
267: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
268: p_api_version_number,
269: l_api_name,
270: G_PKG_NAME)

Line 279: -- Standard Check Of p_commit.

275: delete from IEM_ARCH_REQUESTS
276: where request_id=p_request_id;
277: delete from IEM_ARCHIVED_DTLS
278: where request_id=p_request_id;
279: -- Standard Check Of p_commit.
280: IF p_commit='T' THEN
281: COMMIT WORK;
282: END IF;
283: -- MAde changes to return request type instead of a success status to make it more easy in UI