DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_GRP dependencies on STANDARD

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

80: g_debug := PO_R12_CAT_UPG_DEBUG.is_logging_enabled;
81:
82: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'START'); END IF;
83:
84: -- Standard call to check for call compatibility
85: IF NOT FND_API.compatible_API_call(
86: p_current_version_number => l_api_version,
87: p_caller_version_number => p_api_version,
88: p_api_name => l_api_name,

Line 117: -- Standard check of p_commit.

113: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'Migration failed.'); END IF;
114: END IF; -- IF (l_return_status = FND_API.G_RET_STS_SUCCESS)
115:
116: l_progress := '050';
117: -- Standard check of p_commit.
118: IF FND_API.to_boolean(p_commit) THEN
119: COMMIT;
120: END IF;
121:

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

119: COMMIT;
120: END IF;
121:
122: l_progress := '110';
123: -- Standard call to get message count and if count is 1, get message info.
124: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
125: p_data => x_msg_data );
126:
127: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'END'); END IF;

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

156: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
157: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
158: END IF;
159:
160: -- Standard call to get message count and if count is 1, get message info.
161: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
162: p_data => x_msg_data );
163:
164: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'OTHERS End'); END IF;

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

257: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'p_batch_id='||p_batch_id); END IF;
258: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'p_batch_size='||p_batch_size); END IF;
259: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'p_validate_only_mode='||p_validate_only_mode); END IF;
260:
261: -- Standard call to check for call compatibility
262: IF NOT FND_API.compatible_API_call(
263: p_current_version_number => l_api_version,
264: p_caller_version_number => p_api_version,
265: p_api_name => l_api_name,

Line 367: -- Standard check of p_commit.

363: END LOOP; -- end of loop to handle data from multiple orgs
364:
365: l_progress := '110';
366:
367: -- Standard check of p_commit.
368: IF FND_API.to_boolean(p_commit) THEN
369: COMMIT;
370: END IF;
371:

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

370: END IF;
371:
372: l_progress := '120';
373:
374: -- Standard call to get message count and if count is 1, get message info.
375: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
376: p_data => x_msg_data );
377:
378: l_progress := '130';

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

411: --IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
412: -- FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
413: --END IF;
414:
415: -- Standard call to get message count and if count is 1, get message info.
416: --FND_MSG_PUB.count_and_get(p_count => x_msg_count,
417: -- p_data => x_msg_data );
418:
419: --IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_module,l_progress,'x_msg_count='||x_msg_count); END IF;