DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on FND_MSG_PUB

Line 106: fnd_msg_pub.initialize;

102: RAISE fnd_api.g_exc_unexpected_error;
103: END IF;
104:
105: IF fnd_api.to_boolean(p_init_msg_list) THEN
106: fnd_msg_pub.initialize;
107: END IF;
108:
109: x_return_status := fnd_api.g_ret_sts_success;
110:

Line 152: fnd_msg_pub.count_and_get(

148: -- Standard check of p_commit.
149: IF fnd_api.to_boolean(p_commit) THEN
150: COMMIT WORK;
151: END IF;
152: fnd_msg_pub.count_and_get(
153: p_count => x_msg_count
154: ,p_data => x_msg_data);
155: EXCEPTION
156: WHEN fnd_api.g_exc_error THEN

Line 159: fnd_msg_pub.count_and_get(

155: EXCEPTION
156: WHEN fnd_api.g_exc_error THEN
157: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;
158: x_return_status := fnd_api.g_ret_sts_error;
159: fnd_msg_pub.count_and_get(
160: p_count => x_msg_count
161: ,p_data => x_msg_data);
162: WHEN fnd_api.g_exc_unexpected_error THEN
163: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;

Line 165: fnd_msg_pub.count_and_get(

161: ,p_data => x_msg_data);
162: WHEN fnd_api.g_exc_unexpected_error THEN
163: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;
164: x_return_status := fnd_api.g_ret_sts_unexp_error;
165: fnd_msg_pub.count_and_get(
166: p_count => x_msg_count
167: ,p_data => x_msg_data);
168: WHEN OTHERS THEN
169: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;

Line 172: IF fnd_msg_pub.check_msg_level(

168: WHEN OTHERS THEN
169: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;
170: x_return_status := fnd_api.g_ret_sts_unexp_error;
171:
172: IF fnd_msg_pub.check_msg_level(
173: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
174: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
175: END IF;
176:

Line 173: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

169: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT;
170: x_return_status := fnd_api.g_ret_sts_unexp_error;
171:
172: IF fnd_msg_pub.check_msg_level(
173: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
174: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
175: END IF;
176:
177: fnd_msg_pub.count_and_get(

Line 174: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

170: x_return_status := fnd_api.g_ret_sts_unexp_error;
171:
172: IF fnd_msg_pub.check_msg_level(
173: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
174: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
175: END IF;
176:
177: fnd_msg_pub.count_and_get(
178: p_count => x_msg_count,

Line 177: fnd_msg_pub.count_and_get(

173: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
174: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
175: END IF;
176:
177: fnd_msg_pub.count_and_get(
178: p_count => x_msg_count,
179: p_data => x_msg_data);
180:
181:

Line 430: fnd_msg_pub.add;

426: ( application => 'EAM'
427: , name => 'EAM_WC_QA_REMAIN'
428: );
429:
430: fnd_msg_pub.add;
431: x_return_status:= fnd_api.g_ret_sts_error;
432:
433: fnd_msg_pub.count_and_get(
434: p_count => x_msg_count

Line 433: fnd_msg_pub.count_and_get(

429:
430: fnd_msg_pub.add;
431: x_return_status:= fnd_api.g_ret_sts_error;
432:
433: fnd_msg_pub.count_and_get(
434: p_count => x_msg_count
435: ,p_data => x_msg_data
436: );
437: raise eaot_api_call_error;

Line 641: fnd_msg_pub.initialize;

637:
638: END IF;
639:
640: IF fnd_api.to_boolean(p_init_msg_list) THEN
641: fnd_msg_pub.initialize;
642: END IF;
643:
644: -- Initialize API return status to success
645:

Line 666: fnd_msg_pub.add;

662: ( application => 'EAM'
663: , name => 'EAM_EVENT_DATE_INVALID'
664: );
665:
666: fnd_msg_pub.add;
667: x_return_status:= fnd_api.g_ret_sts_error;
668:
669: fnd_msg_pub.count_and_get(
670: p_count => x_msg_count

Line 669: fnd_msg_pub.count_and_get(

665:
666: fnd_msg_pub.add;
667: x_return_status:= fnd_api.g_ret_sts_error;
668:
669: fnd_msg_pub.count_and_get(
670: p_count => x_msg_count
671: ,p_data => x_msg_data
672: );
673: return;

Line 695: fnd_msg_pub.add;

691: ( application => 'EAM'
692: , name => 'EAM_INSTANCE_ID_INVALID'
693: );
694:
695: fnd_msg_pub.add;
696: x_return_status:= fnd_api.g_ret_sts_error;
697:
698: fnd_msg_pub.count_and_get(
699: p_count => x_msg_count

Line 698: fnd_msg_pub.count_and_get(

694:
695: fnd_msg_pub.add;
696: x_return_status:= fnd_api.g_ret_sts_error;
697:
698: fnd_msg_pub.count_and_get(
699: p_count => x_msg_count
700: ,p_data => x_msg_data
701: );
702: return;

Line 722: fnd_msg_pub.add;

718: ( application => 'EAM'
719: , name => 'EAM_USER_INVALID'
720: );
721:
722: fnd_msg_pub.add;
723: x_return_status:= fnd_api.g_ret_sts_error;
724:
725: fnd_msg_pub.count_and_get(
726: p_count => x_msg_count

Line 725: fnd_msg_pub.count_and_get(

721:
722: fnd_msg_pub.add;
723: x_return_status:= fnd_api.g_ret_sts_error;
724:
725: fnd_msg_pub.count_and_get(
726: p_count => x_msg_count
727: ,p_data => x_msg_data
728: );
729: return;

Line 751: fnd_msg_pub.add;

747: ( application => 'EAM'
748: , name => 'EAM_TXNTYPE_INVALID'
749: );
750:
751: fnd_msg_pub.add;
752: x_return_status:= fnd_api.g_ret_sts_error;
753:
754: fnd_msg_pub.count_and_get(
755: p_count => x_msg_count

Line 754: fnd_msg_pub.count_and_get(

750:
751: fnd_msg_pub.add;
752: x_return_status:= fnd_api.g_ret_sts_error;
753:
754: fnd_msg_pub.count_and_get(
755: p_count => x_msg_count
756: ,p_data => x_msg_data
757: );
758: return;

Line 769: fnd_msg_pub.add;

765: ( application => 'EAM'
766: , name => 'EAM_TXNTYPE_INVALID'
767: );
768:
769: fnd_msg_pub.add;
770: x_return_status:= fnd_api.g_ret_sts_error;
771:
772: fnd_msg_pub.count_and_get(
773: p_count => x_msg_count

Line 772: fnd_msg_pub.count_and_get(

768:
769: fnd_msg_pub.add;
770: x_return_status:= fnd_api.g_ret_sts_error;
771:
772: fnd_msg_pub.count_and_get(
773: p_count => x_msg_count
774: ,p_data => x_msg_data
775: );
776: return;

Line 801: fnd_msg_pub.add;

797: ( application => 'EAM'
798: , name => 'EAM_OPERABLE_INVALID'
799: );
800:
801: fnd_msg_pub.add;
802: x_return_status:= fnd_api.g_ret_sts_error;
803:
804: fnd_msg_pub.count_and_get(
805: p_count => x_msg_count

Line 804: fnd_msg_pub.count_and_get(

800:
801: fnd_msg_pub.add;
802: x_return_status:= fnd_api.g_ret_sts_error;
803:
804: fnd_msg_pub.count_and_get(
805: p_count => x_msg_count
806: ,p_data => x_msg_data
807: );
808: return;

Line 816: fnd_msg_pub.count_and_get(

812: -- End of API body.
813: -- Standard check of p_commit.
814:
815: -- Standard call to get message count and if count is 1, get message info.
816: fnd_msg_pub.count_and_get(
817: p_count => x_msg_count
818: ,p_data => x_msg_data);
819:
820: EXCEPTION

Line 825: fnd_msg_pub.count_and_get(

821:
822: WHEN fnd_api.g_exc_error THEN
823: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT_SV;
824: x_return_status := fnd_api.g_ret_sts_error;
825: fnd_msg_pub.count_and_get(
826: p_count => x_msg_count
827: ,p_data => x_msg_data);
828:
829: WHEN fnd_api.g_exc_unexpected_error THEN

Line 832: fnd_msg_pub.count_and_get(

828:
829: WHEN fnd_api.g_exc_unexpected_error THEN
830: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT_SV;
831: x_return_status := fnd_api.g_ret_sts_unexp_error;
832: fnd_msg_pub.count_and_get(
833: p_count => x_msg_count
834: ,p_data => x_msg_data);
835:
836: WHEN OTHERS THEN

Line 840: IF fnd_msg_pub.check_msg_level(

836: WHEN OTHERS THEN
837:
838: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT_SV;
839: x_return_status := fnd_api.g_ret_sts_unexp_error;
840: IF fnd_msg_pub.check_msg_level(
841: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
842: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
843: END IF;
844: fnd_msg_pub.count_and_get(

Line 841: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

837:
838: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT_SV;
839: x_return_status := fnd_api.g_ret_sts_unexp_error;
840: IF fnd_msg_pub.check_msg_level(
841: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
842: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
843: END IF;
844: fnd_msg_pub.count_and_get(
845: p_count => x_msg_count

Line 842: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

838: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PVT_SV;
839: x_return_status := fnd_api.g_ret_sts_unexp_error;
840: IF fnd_msg_pub.check_msg_level(
841: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
842: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
843: END IF;
844: fnd_msg_pub.count_and_get(
845: p_count => x_msg_count
846: ,p_data => x_msg_data);

Line 844: fnd_msg_pub.count_and_get(

840: IF fnd_msg_pub.check_msg_level(
841: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
842: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
843: END IF;
844: fnd_msg_pub.count_and_get(
845: p_count => x_msg_count
846: ,p_data => x_msg_data);
847:
848: END validate_txn;

Line 965: fnd_msg_pub.initialize;

961: RAISE fnd_api.g_exc_unexpected_error;
962: END IF;
963:
964: IF fnd_api.to_boolean(p_init_msg_list) THEN
965: fnd_msg_pub.initialize;
966: END IF;
967:
968: x_return_status := fnd_api.g_ret_sts_success;
969:

Line 1119: fnd_msg_pub.add;

1115: ( application => 'EAM'
1116: , name => 'EAM_DESC_INVALID'
1117: );
1118:
1119: fnd_msg_pub.add;
1120:
1121: fnd_msg_pub.count_and_get(
1122: p_count => x_msg_count
1123: ,p_data => x_msg_data

Line 1121: fnd_msg_pub.count_and_get(

1117: );
1118:
1119: fnd_msg_pub.add;
1120:
1121: fnd_msg_pub.count_and_get(
1122: p_count => x_msg_count
1123: ,p_data => x_msg_data
1124: );
1125: raise eaot_api_desc_error;

Line 1256: fnd_msg_pub.add;

1252: ( application => 'EAM'
1253: , name => 'EAM_WC_QA_REMAIN'
1254: );
1255:
1256: fnd_msg_pub.add;
1257: x_return_status:= fnd_api.g_ret_sts_error;
1258:
1259: fnd_msg_pub.count_and_get(
1260: p_count => x_msg_count

Line 1259: fnd_msg_pub.count_and_get(

1255:
1256: fnd_msg_pub.add;
1257: x_return_status:= fnd_api.g_ret_sts_error;
1258:
1259: fnd_msg_pub.count_and_get(
1260: p_count => x_msg_count
1261: ,p_data => x_msg_data
1262: );
1263: raise eaot_api_call_error;

Line 1457: fnd_msg_pub.count_and_get(

1453: -- Standard check of p_commit.
1454: IF fnd_api.to_boolean(p_commit) THEN
1455: COMMIT WORK;
1456: END IF;
1457: fnd_msg_pub.count_and_get(
1458: p_count => x_msg_count
1459: ,p_data => x_msg_data);
1460: EXCEPTION
1461: WHEN fnd_api.g_exc_error THEN

Line 1464: fnd_msg_pub.count_and_get(

1460: EXCEPTION
1461: WHEN fnd_api.g_exc_error THEN
1462: ROLLBACK TO EAOT_INSERT_TXN;
1463: x_return_status := fnd_api.g_ret_sts_error;
1464: fnd_msg_pub.count_and_get(
1465: p_count => x_msg_count
1466: ,p_data => x_msg_data);
1467: WHEN fnd_api.g_exc_unexpected_error THEN
1468: ROLLBACK TO EAOT_INSERT_TXN;

Line 1470: fnd_msg_pub.count_and_get(

1466: ,p_data => x_msg_data);
1467: WHEN fnd_api.g_exc_unexpected_error THEN
1468: ROLLBACK TO EAOT_INSERT_TXN;
1469: x_return_status := fnd_api.g_ret_sts_unexp_error;
1470: fnd_msg_pub.count_and_get(
1471: p_count => x_msg_count
1472: ,p_data => x_msg_data);
1473: WHEN eaot_api_call_error THEN
1474: ROLLBACK TO EAOT_INSERT_TXN;

Line 1482: IF fnd_msg_pub.check_msg_level(

1478: WHEN OTHERS THEN
1479: ROLLBACK TO EAOT_INSERT_TXN;
1480: x_return_status := fnd_api.g_ret_sts_unexp_error;
1481:
1482: IF fnd_msg_pub.check_msg_level(
1483: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1484: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1485: END IF;
1486:

Line 1483: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

1479: ROLLBACK TO EAOT_INSERT_TXN;
1480: x_return_status := fnd_api.g_ret_sts_unexp_error;
1481:
1482: IF fnd_msg_pub.check_msg_level(
1483: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1484: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1485: END IF;
1486:
1487: fnd_msg_pub.count_and_get(

Line 1484: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

1480: x_return_status := fnd_api.g_ret_sts_unexp_error;
1481:
1482: IF fnd_msg_pub.check_msg_level(
1483: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1484: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1485: END IF;
1486:
1487: fnd_msg_pub.count_and_get(
1488: p_count => x_msg_count,

Line 1487: fnd_msg_pub.count_and_get(

1483: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1484: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
1485: END IF;
1486:
1487: fnd_msg_pub.count_and_get(
1488: p_count => x_msg_count,
1489: p_data => x_msg_data);
1490:
1491: END insert_txn;