DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_GRP dependencies on FND_MSG_PUB

Line 86: FND_MSG_PUB.initialize;

82: BEGIN
83: -- Start standard API initialization
84: SAVEPOINT control_document_GRP;
85: IF FND_API.to_boolean(p_init_msg_list) THEN
86: FND_MSG_PUB.initialize;
87: END IF;
88: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
89: l_api_name, g_pkg_name)
90: THEN

Line 116: FND_MSG_PUB.add;

112: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
113: '.invalid_action', FALSE);
114: END IF;
115: END IF;
116: FND_MSG_PUB.add;
117: RAISE FND_API.g_exc_error;
118: END IF;
119:
120: val_doc_params(p_api_version => 1.0,

Line 234: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

230: x_return_status := FND_API.g_ret_sts_unexp_error;
231: WHEN OTHERS THEN
232: ROLLBACK TO control_document_GRP;
233: x_return_status := FND_API.g_ret_sts_unexp_error;
234: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
235: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
236: IF (g_fnd_debug = 'Y') THEN
237: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
238: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 235: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

231: WHEN OTHERS THEN
232: ROLLBACK TO control_document_GRP;
233: x_return_status := FND_API.g_ret_sts_unexp_error;
234: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
235: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
236: IF (g_fnd_debug = 'Y') THEN
237: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
238: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
239: l_api_name || '.others_exception', 'Exception');

Line 308: FND_MSG_PUB.initialize;

304:
305: -- Start standard API initialization
306: SAVEPOINT control_document_GRP;
307: IF FND_API.to_boolean(p_init_msg_list) THEN
308: FND_MSG_PUB.initialize;
309: END IF;
310: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
311: l_api_name, g_pkg_name)
312: THEN

Line 340: FND_MSG_PUB.add;

336: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
337: '.invalid_action', FALSE);
338: END IF;
339: END IF;
340: FND_MSG_PUB.add;
341: RAISE FND_API.g_exc_error;
342: END IF;
343:
344: l_entity_dtl_rec_tbl := po_document_action_pvt.entity_dtl_rec_type_tbl();

Line 634: FND_MSG_PUB.add;

630: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
631: '.invalid_action', FALSE);
632: END IF;
633: END IF;
634: FND_MSG_PUB.add;
635: RAISE FND_API.g_exc_error;
636: END IF;
637:
638: val_doc_params(p_api_version => 1.0,

Line 688: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

684: WHEN FND_API.g_exc_unexpected_error THEN
685: x_return_status := FND_API.g_ret_sts_unexp_error;
686: WHEN OTHERS THEN
687: x_return_status := FND_API.g_ret_sts_unexp_error;
688: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
689: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
690: IF (g_fnd_debug = 'Y') THEN
691: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
692: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 689: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

685: x_return_status := FND_API.g_ret_sts_unexp_error;
686: WHEN OTHERS THEN
687: x_return_status := FND_API.g_ret_sts_unexp_error;
688: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
689: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
690: IF (g_fnd_debug = 'Y') THEN
691: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
692: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
693: l_api_name || '.others_exception', 'Exception');

Line 744: FND_MSG_PUB.initialize;

740:
741: BEGIN
742: -- Start standard API initialization
743: IF FND_API.to_boolean(p_init_msg_list) THEN
744: FND_MSG_PUB.initialize;
745: END IF;
746: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
747: l_api_name, g_pkg_name)
748: THEN

Line 797: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

793: WHEN FND_API.g_exc_unexpected_error THEN
794: x_return_status := FND_API.g_ret_sts_unexp_error;
795: WHEN OTHERS THEN
796: x_return_status := FND_API.g_ret_sts_unexp_error;
797: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
798: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
799: IF (g_fnd_debug = 'Y') THEN
800: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
801: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 798: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

794: x_return_status := FND_API.g_ret_sts_unexp_error;
795: WHEN OTHERS THEN
796: x_return_status := FND_API.g_ret_sts_unexp_error;
797: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
798: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
799: IF (g_fnd_debug = 'Y') THEN
800: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
801: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
802: l_api_name || '.others_exception', 'Exception');

Line 850: FND_MSG_PUB.initialize;

846:
847: BEGIN
848: -- Start standard API initialization
849: IF FND_API.to_boolean(p_init_msg_list) THEN
850: FND_MSG_PUB.initialize;
851: END IF;
852: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
853: l_api_name, g_pkg_name)
854: THEN

Line 897: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

893: WHEN FND_API.g_exc_unexpected_error THEN
894: x_return_status := FND_API.g_ret_sts_unexp_error;
895: WHEN OTHERS THEN
896: x_return_status := FND_API.g_ret_sts_unexp_error;
897: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
898: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
899: IF (g_fnd_debug = 'Y') THEN
900: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
901: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 898: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

894: x_return_status := FND_API.g_ret_sts_unexp_error;
895: WHEN OTHERS THEN
896: x_return_status := FND_API.g_ret_sts_unexp_error;
897: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
898: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
899: IF (g_fnd_debug = 'Y') THEN
900: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
901: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
902: l_api_name || '.others_exception', 'Exception');

Line 963: FND_MSG_PUB.add;

959: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name
960: || '.invalid_doc_ids', FALSE);
961: END IF;
962: END IF;
963: FND_MSG_PUB.add;
964: RAISE FND_API.g_exc_error;
965: END IF; --
966:
967: -- initialize outputs

Line 1064: FND_MSG_PUB.add;

1060: FND_LOG.message(FND_LOG.level_error, g_module_prefix ||
1061: l_api_name || '.pa_has_ship_ids', FALSE);
1062: END IF;
1063: END IF;
1064: FND_MSG_PUB.add;
1065: RAISE FND_API.g_exc_error;
1066: END IF; --
1067:
1068: END IF; --

Line 1082: FND_MSG_PUB.add;

1078: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
1079: '.invalid_doc_ids', FALSE);
1080: END IF;
1081: END IF;
1082: FND_MSG_PUB.add;
1083: WHEN FND_API.g_exc_error THEN
1084: x_return_status := FND_API.g_ret_sts_error;
1085: WHEN OTHERS THEN
1086: x_return_status := FND_API.g_ret_sts_unexp_error;

Line 1087: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

1083: WHEN FND_API.g_exc_error THEN
1084: x_return_status := FND_API.g_ret_sts_error;
1085: WHEN OTHERS THEN
1086: x_return_status := FND_API.g_ret_sts_unexp_error;
1087: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1088: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1089: IF (g_fnd_debug = 'Y') THEN
1090: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1091: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 1088: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

1084: x_return_status := FND_API.g_ret_sts_error;
1085: WHEN OTHERS THEN
1086: x_return_status := FND_API.g_ret_sts_unexp_error;
1087: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1088: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1089: IF (g_fnd_debug = 'Y') THEN
1090: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1091: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
1092: l_api_name || '.others_exception', 'Exception');

Line 1155: FND_MSG_PUB.add;

1151: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name
1152: || '.invalid_doc_ids', FALSE);
1153: END IF;
1154: END IF;
1155: FND_MSG_PUB.add;
1156: RAISE FND_API.g_exc_error;
1157: END IF; --
1158:
1159: -- initialize output

Line 1264: FND_MSG_PUB.add;

1260: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
1261: '.invalid_doc_ids', FALSE);
1262: END IF;
1263: END IF;
1264: FND_MSG_PUB.add;
1265: WHEN FND_API.g_exc_error THEN
1266: x_return_status := FND_API.g_ret_sts_error;
1267: WHEN OTHERS THEN
1268: x_return_status := FND_API.g_ret_sts_unexp_error;

Line 1269: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

1265: WHEN FND_API.g_exc_error THEN
1266: x_return_status := FND_API.g_ret_sts_error;
1267: WHEN OTHERS THEN
1268: x_return_status := FND_API.g_ret_sts_unexp_error;
1269: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1270: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1271: IF (g_fnd_debug = 'Y') THEN
1272: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1273: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 1270: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

1266: x_return_status := FND_API.g_ret_sts_error;
1267: WHEN OTHERS THEN
1268: x_return_status := FND_API.g_ret_sts_unexp_error;
1269: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1270: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1271: IF (g_fnd_debug = 'Y') THEN
1272: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1273: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
1274: l_api_name || '.others_exception', 'Exception');

Line 1326: FND_MSG_PUB.initialize;

1322:
1323: BEGIN
1324: -- Start standard API initialization
1325: IF FND_API.to_boolean(p_init_msg_list) THEN
1326: FND_MSG_PUB.initialize;
1327: END IF;
1328: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version,
1329: l_api_name, g_pkg_name)
1330: THEN

Line 1362: FND_MSG_PUB.add;

1358: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
1359: '.invalid_doc_type', FALSE);
1360: END IF;
1361: END IF;
1362: FND_MSG_PUB.add;
1363: RAISE FND_API.g_exc_error;
1364: END IF;
1365:
1366: IF (p_doc_type IN ('PO','PA')) THEN

Line 1377: FND_MSG_PUB.add;

1373: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
1374: '.po_pa_has_release_info', FALSE);
1375: END IF;
1376: END IF;
1377: FND_MSG_PUB.add;
1378: RAISE FND_API.g_exc_error;
1379: END IF; --
1380:
1381: val_po_params(p_doc_type => p_doc_type,

Line 1405: FND_MSG_PUB.add;

1401: FND_LOG.message(FND_LOG.level_error, g_module_prefix || l_api_name ||
1402: '.release_has_line_ids', FALSE);
1403: END IF;
1404: END IF;
1405: FND_MSG_PUB.add;
1406: RAISE FND_API.g_exc_error;
1407: END IF; --
1408:
1409: val_rel_params(p_doc_type => p_doc_type,

Line 1432: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

1428: WHEN FND_API.g_exc_unexpected_error THEN
1429: x_return_status := FND_API.g_ret_sts_unexp_error;
1430: WHEN OTHERS THEN
1431: x_return_status := FND_API.g_ret_sts_unexp_error;
1432: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1433: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1434: IF (g_fnd_debug = 'Y') THEN
1435: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1436: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||

Line 1433: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

1429: x_return_status := FND_API.g_ret_sts_unexp_error;
1430: WHEN OTHERS THEN
1431: x_return_status := FND_API.g_ret_sts_unexp_error;
1432: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1433: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
1434: IF (g_fnd_debug = 'Y') THEN
1435: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
1436: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
1437: l_api_name || '.others_exception', 'Exception');