DBA Data[Home] [Help]

APPS.FLM_EKANBAN_PUB dependencies on STANDARD

Line 77: -- Standard call to check for call compatibility

73: BEGIN
74:
75: SAVEPOINT Receive_PUB;
76:
77: -- Standard call to check for call compatibility
78: IF NOT FND_API.Compatible_API_Call(l_api_version,
79: p_api_version,
80: l_api_name,
81: G_PKG_NAME)

Line 102: -- Standard check of p_commit

98: p_receipt_number => x_receipt_number,
99: x_ret_status => x_return_status,
100: x_err_msg => x_msg_data);
101:
102: -- Standard check of p_commit
103: IF FND_API.To_Boolean(p_commit) THEN
104: COMMIT;
105: END IF;
106:

Line 162: -- Standard call to check for call compatibility

158: BEGIN
159:
160: SAVEPOINT Transfer_PUB;
161:
162: -- Standard call to check for call compatibility
163: IF NOT FND_API.Compatible_API_Call(l_api_version,
164: p_api_version,
165: l_api_name,
166: G_PKG_NAME)

Line 186: -- Standard check of p_commit

182: p_process_flag => NVL(p_process_flag, 'N'),
183: x_retcode => x_return_status,
184: x_errmsg => x_msg_data);
185:
186: -- Standard check of p_commit
187: IF FND_API.To_Boolean(p_commit) THEN
188: COMMIT;
189: END IF;
190:

Line 243: -- Standard call to check for call compatibility

239: BEGIN
240:
241: SAVEPOINT Process_Pull_Sequence_PUB;
242:
243: -- Standard call to check for call compatibility
244: IF NOT FND_API.Compatible_API_Call(l_api_version,
245: p_api_version,
246: l_api_name,
247: G_PKG_NAME)

Line 266: -- Standard check of p_commit

262: p_commit_flag => 'N',
263: x_ret_status => x_return_status,
264: x_error_msg => x_msg_data);
265:
266: -- Standard check of p_commit
267: IF FND_API.To_Boolean(p_commit) THEN
268: COMMIT;
269: END IF;
270:

Line 322: -- Standard call to check for call compatibility

318: BEGIN
319:
320: SAVEPOINT Process_Cards_PUB;
321:
322: -- Standard call to check for call compatibility
323: IF NOT FND_API.Compatible_API_Call(l_api_version,
324: p_api_version,
325: l_api_name,
326: G_PKG_NAME)

Line 344: -- Standard check of p_commit

340: p_commit_flag => 'N',
341: x_ret_status => x_return_status,
342: x_err_msg => x_msg_data);
343:
344: -- Standard check of p_commit
345: IF FND_API.To_Boolean(p_commit) THEN
346: COMMIT;
347: END IF;
348:

Line 405: -- Standard call to check for call compatibility

401: BEGIN
402:
403: SAVEPOINT Update_Card_Status_PUB;
404:
405: -- Standard call to check for call compatibility
406: IF NOT FND_API.Compatible_API_Call(l_api_version,
407: p_api_version,
408: l_api_name,
409: G_PKG_NAME)

Line 431: -- Standard check of p_commit

427: x_retcode => x_return_status,
428: x_ret_msg_code => l_ret_msg_code,
429: x_err_msg => x_msg_data);
430:
431: -- Standard check of p_commit
432: IF FND_API.To_Boolean(p_commit) THEN
433: COMMIT;
434: END IF;
435: