DBA Data[Home] [Help]

APPS.INV_LOC_WMS_UTILS dependencies on FND_MSG_PUB

Line 142: fnd_msg_pub.count_and_get

138: EXCEPTION
139:
140: WHEN fnd_api.g_exc_error THEN
141: x_return_status := fnd_api.g_ret_sts_error;
142: fnd_msg_pub.count_and_get
143: ( p_count => x_msg_count,
144: p_data => x_msg_data
145: );
146:

Line 149: fnd_msg_pub.count_and_get

145: );
146:
147: WHEN fnd_api.g_exc_unexpected_error THEN
148: x_return_status := fnd_api.g_ret_sts_unexp_error ;
149: fnd_msg_pub.count_and_get
150: ( p_count => x_msg_count,
151: p_data => x_msg_data
152: );
153:

Line 159: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

155: x_return_status := fnd_api.g_ret_sts_error;
156:
157: WHEN OTHERS THEN
158: x_return_status := fnd_api.g_ret_sts_unexp_error;
159: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
160: THEN
161: fnd_msg_pub.add_exc_msg
162: ( g_pkg_name,
163: 'get_locator_capacity'

Line 161: fnd_msg_pub.add_exc_msg

157: WHEN OTHERS THEN
158: x_return_status := fnd_api.g_ret_sts_unexp_error;
159: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
160: THEN
161: fnd_msg_pub.add_exc_msg
162: ( g_pkg_name,
163: 'get_locator_capacity'
164: );
165: END IF;

Line 166: fnd_msg_pub.count_and_get

162: ( g_pkg_name,
163: 'get_locator_capacity'
164: );
165: END IF;
166: fnd_msg_pub.count_and_get
167: ( p_count => x_msg_count,
168: p_data => x_msg_data
169: );
170:

Line 244: fnd_msg_pub.count_and_get

240: EXCEPTION
241:
242: WHEN fnd_api.g_exc_error THEN
243: x_return_status := fnd_api.g_ret_sts_error;
244: fnd_msg_pub.count_and_get
245: ( p_count => x_msg_count,
246: p_data => x_msg_data
247: );
248:

Line 251: fnd_msg_pub.count_and_get

247: );
248:
249: WHEN fnd_api.g_exc_unexpected_error THEN
250: x_return_status := fnd_api.g_ret_sts_unexp_error ;
251: fnd_msg_pub.count_and_get
252: ( p_count => x_msg_count,
253: p_data => x_msg_data
254: );
255:

Line 261: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

257: x_return_status := fnd_api.g_ret_sts_error;
258:
259: WHEN OTHERS THEN
260: x_return_status := fnd_api.g_ret_sts_unexp_error;
261: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
262: THEN
263: fnd_msg_pub.add_exc_msg
264: ( g_pkg_name
265: , 'get_locator_unit_capacity'

Line 263: fnd_msg_pub.add_exc_msg

259: WHEN OTHERS THEN
260: x_return_status := fnd_api.g_ret_sts_unexp_error;
261: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
262: THEN
263: fnd_msg_pub.add_exc_msg
264: ( g_pkg_name
265: , 'get_locator_unit_capacity'
266: );
267: END IF;

Line 268: fnd_msg_pub.count_and_get

264: ( g_pkg_name
265: , 'get_locator_unit_capacity'
266: );
267: END IF;
268: fnd_msg_pub.count_and_get
269: ( p_count => x_msg_count,
270: p_data => x_msg_data
271: );
272:

Line 352: fnd_msg_pub.count_and_get

348: EXCEPTION
349:
350: WHEN fnd_api.g_exc_error THEN
351: x_return_status := fnd_api.g_ret_sts_error;
352: fnd_msg_pub.count_and_get
353: ( p_count => x_msg_count,
354: p_data => x_msg_data
355: );
356:

Line 359: fnd_msg_pub.count_and_get

355: );
356:
357: WHEN fnd_api.g_exc_unexpected_error THEN
358: x_return_status := fnd_api.g_ret_sts_unexp_error ;
359: fnd_msg_pub.count_and_get
360: ( p_count => x_msg_count,
361: p_data => x_msg_data
362: );
363:

Line 369: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

365: x_return_status := fnd_api.g_ret_sts_error;
366:
367: WHEN OTHERS THEN
368: x_return_status := fnd_api.g_ret_sts_unexp_error;
369: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
370: THEN
371: fnd_msg_pub.add_exc_msg
372: ( g_pkg_name
373: , 'get_locator_weight_capacity'

Line 371: fnd_msg_pub.add_exc_msg

367: WHEN OTHERS THEN
368: x_return_status := fnd_api.g_ret_sts_unexp_error;
369: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
370: THEN
371: fnd_msg_pub.add_exc_msg
372: ( g_pkg_name
373: , 'get_locator_weight_capacity'
374: );
375: END IF;

Line 376: fnd_msg_pub.count_and_get

372: ( g_pkg_name
373: , 'get_locator_weight_capacity'
374: );
375: END IF;
376: fnd_msg_pub.count_and_get
377: ( p_count => x_msg_count,
378: p_data => x_msg_data
379: );
380:

Line 461: fnd_msg_pub.count_and_get

457: EXCEPTION
458:
459: WHEN fnd_api.g_exc_error THEN
460: x_return_status := fnd_api.g_ret_sts_error;
461: fnd_msg_pub.count_and_get
462: ( p_count => x_msg_count,
463: p_data => x_msg_data
464: );
465:

Line 468: fnd_msg_pub.count_and_get

464: );
465:
466: WHEN fnd_api.g_exc_unexpected_error THEN
467: x_return_status := fnd_api.g_ret_sts_unexp_error ;
468: fnd_msg_pub.count_and_get
469: ( p_count => x_msg_count,
470: p_data => x_msg_data
471: );
472:

Line 478: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

474: x_return_status := fnd_api.g_ret_sts_error;
475:
476: WHEN OTHERS THEN
477: x_return_status := fnd_api.g_ret_sts_unexp_error;
478: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
479: THEN
480: fnd_msg_pub.add_exc_msg
481: ( g_pkg_name
482: , 'get_locator_volume_capacity'

Line 480: fnd_msg_pub.add_exc_msg

476: WHEN OTHERS THEN
477: x_return_status := fnd_api.g_ret_sts_unexp_error;
478: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
479: THEN
480: fnd_msg_pub.add_exc_msg
481: ( g_pkg_name
482: , 'get_locator_volume_capacity'
483: );
484: END IF;

Line 485: fnd_msg_pub.count_and_get

481: ( g_pkg_name
482: , 'get_locator_volume_capacity'
483: );
484: END IF;
485: fnd_msg_pub.count_and_get
486: ( p_count => x_msg_count,
487: p_data => x_msg_data
488: );
489:

Line 831: fnd_msg_pub.ADD;

827: END IF;
828: -- if p_issue_flag neither Y/N, raise error
829: ELSE
830: fnd_message.set_name('INV', 'INV_FIELD_INVALID');
831: fnd_msg_pub.ADD;
832: RAISE fnd_api.g_exc_error;
833: END IF;
834: -- if not updating weight, then just propagate current_weight to updated_weight.
835: ELSE

Line 890: fnd_msg_pub.ADD;

886: END IF;
887: END IF;
888: ELSE
889: fnd_message.set_name('WMS', 'Invalid input to p_issue_flag (receipt/issue)');
890: fnd_msg_pub.ADD;
891: RAISE fnd_api.g_exc_error;
892:
893: END IF;
894: ELSE

Line 951: fnd_msg_pub.ADD;

947: END IF;
948: -- if p_issue_flag neither Y/N, raise error
949: ELSE
950: fnd_message.set_name('WMS', 'Invalid input to p_issue_flag (receipt/issue)');
951: fnd_msg_pub.ADD;
952: RAISE fnd_api.g_exc_error;
953: END IF;
954: ELSE
955: l_upd_loc_current_units := l_current_units;

Line 980: fnd_msg_pub.count_and_get

976:
977: WHEN fnd_api.g_exc_error THEN
978: ROLLBACK;
979: x_return_status := fnd_api.g_ret_sts_error;
980: fnd_msg_pub.count_and_get
981: ( p_count => x_msg_count,
982: p_data => x_msg_data
983: );
984:

Line 988: fnd_msg_pub.count_and_get

984:
985: WHEN fnd_api.g_exc_unexpected_error THEN
986: ROLLBACK;
987: x_return_status := fnd_api.g_ret_sts_unexp_error ;
988: fnd_msg_pub.count_and_get
989: ( p_count => x_msg_count,
990: p_data => x_msg_data
991: );
992:

Line 1000: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

996:
997: WHEN OTHERS THEN
998: ROLLBACK;
999: x_return_status := fnd_api.g_ret_sts_unexp_error;
1000: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1001: THEN
1002: fnd_msg_pub.add_exc_msg
1003: ( g_pkg_name
1004: , 'update_loc_curr_capacity_nauto'

Line 1002: fnd_msg_pub.add_exc_msg

998: ROLLBACK;
999: x_return_status := fnd_api.g_ret_sts_unexp_error;
1000: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1001: THEN
1002: fnd_msg_pub.add_exc_msg
1003: ( g_pkg_name
1004: , 'update_loc_curr_capacity_nauto'
1005: );
1006: END IF;

Line 1007: fnd_msg_pub.count_and_get

1003: ( g_pkg_name
1004: , 'update_loc_curr_capacity_nauto'
1005: );
1006: END IF;
1007: fnd_msg_pub.count_and_get
1008: ( p_count => x_msg_count,
1009: p_data => x_msg_data
1010: );
1011: END update_loc_curr_capacity_nauto;

Line 1073: fnd_msg_pub.count_and_get

1069:
1070: WHEN fnd_api.g_exc_error THEN
1071: ROLLBACK;
1072: x_return_status := fnd_api.g_ret_sts_error;
1073: fnd_msg_pub.count_and_get
1074: ( p_count => x_msg_count,
1075: p_data => x_msg_data
1076: );
1077:

Line 1081: fnd_msg_pub.count_and_get

1077:
1078: WHEN fnd_api.g_exc_unexpected_error THEN
1079: ROLLBACK;
1080: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1081: fnd_msg_pub.count_and_get
1082: ( p_count => x_msg_count,
1083: p_data => x_msg_data
1084: );
1085:

Line 1093: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1089:
1090: WHEN OTHERS THEN
1091: ROLLBACK;
1092: x_return_status := fnd_api.g_ret_sts_unexp_error;
1093: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1094: THEN
1095: fnd_msg_pub.add_exc_msg
1096: ( g_pkg_name
1097: , 'update_loc_current_capacity'

Line 1095: fnd_msg_pub.add_exc_msg

1091: ROLLBACK;
1092: x_return_status := fnd_api.g_ret_sts_unexp_error;
1093: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1094: THEN
1095: fnd_msg_pub.add_exc_msg
1096: ( g_pkg_name
1097: , 'update_loc_current_capacity'
1098: );
1099: END IF;

Line 1100: fnd_msg_pub.count_and_get

1096: ( g_pkg_name
1097: , 'update_loc_current_capacity'
1098: );
1099: END IF;
1100: fnd_msg_pub.count_and_get
1101: ( p_count => x_msg_count,
1102: p_data => x_msg_data
1103: );
1104: END update_loc_current_capacity;

Line 1166: fnd_msg_pub.count_and_get

1162:
1163: WHEN fnd_api.g_exc_error THEN
1164: ROLLBACK;
1165: x_return_status := fnd_api.g_ret_sts_error;
1166: fnd_msg_pub.count_and_get
1167: ( p_count => x_msg_count,
1168: p_data => x_msg_data
1169: );
1170:

Line 1174: fnd_msg_pub.count_and_get

1170:
1171: WHEN fnd_api.g_exc_unexpected_error THEN
1172: ROLLBACK;
1173: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1174: fnd_msg_pub.count_and_get
1175: ( p_count => x_msg_count,
1176: p_data => x_msg_data
1177: );
1178:

Line 1186: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1182:
1183: WHEN OTHERS THEN
1184: ROLLBACK;
1185: x_return_status := fnd_api.g_ret_sts_unexp_error;
1186: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1187: THEN
1188: fnd_msg_pub.add_exc_msg
1189: ( g_pkg_name
1190: , 'update_loc_suggested_capacity'

Line 1188: fnd_msg_pub.add_exc_msg

1184: ROLLBACK;
1185: x_return_status := fnd_api.g_ret_sts_unexp_error;
1186: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1187: THEN
1188: fnd_msg_pub.add_exc_msg
1189: ( g_pkg_name
1190: , 'update_loc_suggested_capacity'
1191: );
1192: END IF;

Line 1193: fnd_msg_pub.count_and_get

1189: ( g_pkg_name
1190: , 'update_loc_suggested_capacity'
1191: );
1192: END IF;
1193: fnd_msg_pub.count_and_get
1194: ( p_count => x_msg_count,
1195: p_data => x_msg_data
1196: );
1197: END update_loc_sugg_cap_wo_empf;

Line 1608: fnd_msg_pub.count_and_get

1604:
1605: WHEN fnd_api.g_exc_error THEN
1606: ROLLBACK;
1607: x_return_status := fnd_api.g_ret_sts_error;
1608: fnd_msg_pub.count_and_get
1609: ( p_count => x_msg_count,
1610: p_data => x_msg_data
1611: );
1612:

Line 1616: fnd_msg_pub.count_and_get

1612:
1613: WHEN fnd_api.g_exc_unexpected_error THEN
1614: ROLLBACK;
1615: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1616: fnd_msg_pub.count_and_get
1617: ( p_count => x_msg_count,
1618: p_data => x_msg_data
1619: );
1620:

Line 1628: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1624:
1625: WHEN OTHERS THEN
1626: ROLLBACK;
1627: x_return_status := fnd_api.g_ret_sts_unexp_error;
1628: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1629: THEN
1630: fnd_msg_pub.add_exc_msg
1631: ( g_pkg_name
1632: , 'update_loc_sugg_capacity_nauto'

Line 1630: fnd_msg_pub.add_exc_msg

1626: ROLLBACK;
1627: x_return_status := fnd_api.g_ret_sts_unexp_error;
1628: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1629: THEN
1630: fnd_msg_pub.add_exc_msg
1631: ( g_pkg_name
1632: , 'update_loc_sugg_capacity_nauto'
1633: );
1634: END IF;

Line 1635: fnd_msg_pub.count_and_get

1631: ( g_pkg_name
1632: , 'update_loc_sugg_capacity_nauto'
1633: );
1634: END IF;
1635: fnd_msg_pub.count_and_get
1636: ( p_count => x_msg_count,
1637: p_data => x_msg_data
1638: );
1639: END update_loc_sugg_capacity_nauto;

Line 1722: fnd_msg_pub.count_and_get

1718:
1719: WHEN fnd_api.g_exc_error THEN
1720: ROLLBACK;
1721: x_return_status := fnd_api.g_ret_sts_error;
1722: fnd_msg_pub.count_and_get
1723: ( p_count => x_msg_count,
1724: p_data => x_msg_data
1725: );
1726:

Line 1730: fnd_msg_pub.count_and_get

1726:
1727: WHEN fnd_api.g_exc_unexpected_error THEN
1728: ROLLBACK;
1729: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1730: fnd_msg_pub.count_and_get
1731: ( p_count => x_msg_count,
1732: p_data => x_msg_data
1733: );
1734:

Line 1742: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1738:
1739: WHEN OTHERS THEN
1740: ROLLBACK;
1741: x_return_status := fnd_api.g_ret_sts_unexp_error;
1742: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1743: THEN
1744: fnd_msg_pub.add_exc_msg
1745: ( g_pkg_name
1746: , 'update_loc_suggested_capacity'

Line 1744: fnd_msg_pub.add_exc_msg

1740: ROLLBACK;
1741: x_return_status := fnd_api.g_ret_sts_unexp_error;
1742: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1743: THEN
1744: fnd_msg_pub.add_exc_msg
1745: ( g_pkg_name
1746: , 'update_loc_suggested_capacity'
1747: );
1748: END IF;

Line 1749: fnd_msg_pub.count_and_get

1745: ( g_pkg_name
1746: , 'update_loc_suggested_capacity'
1747: );
1748: END IF;
1749: fnd_msg_pub.count_and_get
1750: ( p_count => x_msg_count,
1751: p_data => x_msg_data
1752: );
1753: END update_loc_suggested_capacity;

Line 2233: fnd_msg_pub.count_and_get

2229:
2230: WHEN fnd_api.g_exc_error THEN
2231: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2232: x_return_status := fnd_api.g_ret_sts_error;
2233: fnd_msg_pub.count_and_get
2234: ( p_count => x_msg_count,
2235: p_data => x_msg_data
2236: );
2237:

Line 2241: fnd_msg_pub.count_and_get

2237:
2238: WHEN fnd_api.g_exc_unexpected_error THEN
2239: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2240: x_return_status := fnd_api.g_ret_sts_unexp_error ;
2241: fnd_msg_pub.count_and_get
2242: ( p_count => x_msg_count,
2243: p_data => x_msg_data
2244: );
2245:

Line 2257: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

2253:
2254: WHEN OTHERS THEN
2255: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2256: x_return_status := fnd_api.g_ret_sts_unexp_error;
2257: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2258: THEN
2259: fnd_msg_pub.add_exc_msg
2260: ( g_pkg_name
2261: , 'revert_loc_suggested_capacity'

Line 2259: fnd_msg_pub.add_exc_msg

2255: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2256: x_return_status := fnd_api.g_ret_sts_unexp_error;
2257: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2258: THEN
2259: fnd_msg_pub.add_exc_msg
2260: ( g_pkg_name
2261: , 'revert_loc_suggested_capacity'
2262: );
2263: END IF;

Line 2264: fnd_msg_pub.count_and_get

2260: ( g_pkg_name
2261: , 'revert_loc_suggested_capacity'
2262: );
2263: END IF;
2264: fnd_msg_pub.count_and_get
2265: ( p_count => x_msg_count,
2266: p_data => x_msg_data
2267: );
2268: END revert_loc_suggested_cap_nauto;

Line 2468: fnd_msg_pub.count_and_get

2464: EXCEPTION
2465:
2466: WHEN fnd_api.g_exc_error THEN
2467: x_return_status := fnd_api.g_ret_sts_error;
2468: fnd_msg_pub.count_and_get
2469: ( p_count => x_msg_count,
2470: p_data => x_msg_data
2471: );
2472:

Line 2475: fnd_msg_pub.count_and_get

2471: );
2472:
2473: WHEN fnd_api.g_exc_unexpected_error THEN
2474: x_return_status := fnd_api.g_ret_sts_unexp_error ;
2475: fnd_msg_pub.count_and_get
2476: ( p_count => x_msg_count,
2477: p_data => x_msg_data
2478: );
2479:

Line 2485: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

2481: x_return_status := fnd_api.g_ret_sts_error;
2482:
2483: WHEN OTHERS THEN
2484: x_return_status := fnd_api.g_ret_sts_unexp_error;
2485: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2486: THEN
2487: fnd_msg_pub.add_exc_msg
2488: ( g_pkg_name,
2489: 'get_container_capacity'

Line 2487: fnd_msg_pub.add_exc_msg

2483: WHEN OTHERS THEN
2484: x_return_status := fnd_api.g_ret_sts_unexp_error;
2485: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2486: THEN
2487: fnd_msg_pub.add_exc_msg
2488: ( g_pkg_name,
2489: 'get_container_capacity'
2490: );
2491: END IF;

Line 2492: fnd_msg_pub.count_and_get

2488: ( g_pkg_name,
2489: 'get_container_capacity'
2490: );
2491: END IF;
2492: fnd_msg_pub.count_and_get
2493: ( p_count => x_msg_count,
2494: p_data => x_msg_data
2495: );
2496: END get_container_capacity;

Line 3812: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

3808: ROLLBACK TO locators_capacity_cleanup ;
3809:
3810: x_return_status := fnd_api.g_ret_sts_error;
3811:
3812: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
3813: WHEN fnd_api.g_exc_unexpected_error THEN
3814: mdebug('Error:-'
3815: ||sqlerrm);
3816:

Line 3821: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

3817: ROLLBACK TO locators_capacity_cleanup;
3818:
3819: x_return_status := fnd_api.g_ret_sts_unexp_error;
3820:
3821: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
3822: WHEN OTHERS THEN
3823: mdebug('Error:-'
3824: ||sqlerrm);
3825:

Line 3830: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

3826: ROLLBACK TO locators_capacity_cleanup;
3827:
3828: x_return_status := fnd_api.g_ret_sts_unexp_error;
3829:
3830: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3831: fnd_msg_pub.add_exc_msg('inv_loc_wms_utils','locator_capacity_cleanup');
3832: END IF;
3833:
3834: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

Line 3831: fnd_msg_pub.add_exc_msg('inv_loc_wms_utils','locator_capacity_cleanup');

3827:
3828: x_return_status := fnd_api.g_ret_sts_unexp_error;
3829:
3830: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3831: fnd_msg_pub.add_exc_msg('inv_loc_wms_utils','locator_capacity_cleanup');
3832: END IF;
3833:
3834: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
3835: END locators_capacity_cleanup;

Line 3834: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

3830: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3831: fnd_msg_pub.add_exc_msg('inv_loc_wms_utils','locator_capacity_cleanup');
3832: END IF;
3833:
3834: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);
3835: END locators_capacity_cleanup;
3836:
3837:
3838: -- this API upgrades (cleans up) the capacity in each location thru concurrent request

Line 3857: fnd_msg_pub.add;

3853: BEGIN
3854:
3855: IF (p_organization_id is null) THEN
3856: fnd_message.set_name('INV', 'INV_ORG_REQUIRED');
3857: fnd_msg_pub.add;
3858: RAISE fnd_api.g_exc_error;
3859: END IF;
3860:
3861: IF nvl(p_mixed_items_flag,2) = 1 then

Line 3904: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

3900:
3901: print_message();
3902: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3903: x_retcode := RETCODE_ERROR;
3904: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3905:
3906: WHEN fnd_api.g_exc_unexpected_error THEN
3907:
3908: print_message();

Line 3911: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

3907:
3908: print_message();
3909: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3910: x_retcode := RETCODE_ERROR;
3911: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3912:
3913: WHEN OTHERS THEN
3914:
3915: print_message();

Line 3918: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

3914:
3915: print_message();
3916: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3917: x_retcode := RETCODE_ERROR;
3918: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3919:
3920: END launch_upgrade;
3921:
3922: PROCEDURE print_message(dummy IN VARCHAR2 )IS

Line 3930: fnd_msg_pub.count_and_get(

3926:
3927: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
3928: BEGIN
3929:
3930: fnd_msg_pub.count_and_get(
3931: p_count => l_msg_count,
3932: p_data => l_msg_data,
3933: p_encoded => 'F'
3934: );

Line 3937: l_msg_data := fnd_msg_pub.get(i, 'F');

3933: p_encoded => 'F'
3934: );
3935:
3936: FOR i IN 1..l_msg_count LOOP
3937: l_msg_data := fnd_msg_pub.get(i, 'F');
3938: fnd_file.put_line(fnd_file.log, l_msg_data);
3939: END LOOP;
3940: fnd_file.put_line(fnd_file.log, ' ');
3941:

Line 3942: fnd_msg_pub.initialize;

3938: fnd_file.put_line(fnd_file.log, l_msg_data);
3939: END LOOP;
3940: fnd_file.put_line(fnd_file.log, ' ');
3941:
3942: fnd_msg_pub.initialize;
3943:
3944: EXCEPTION
3945: WHEN OTHERS THEN
3946: fnd_file.put_line(fnd_file.log, sqlerrm);

Line 6338: fnd_msg_pub.count_and_get

6334: EXCEPTION
6335: WHEN fnd_api.g_exc_error THEN
6336: rollback;
6337: x_return_status := fnd_api.g_ret_sts_error;
6338: fnd_msg_pub.count_and_get
6339: ( p_count => x_msg_count,
6340: p_data => x_msg_data
6341: );
6342:

Line 6346: fnd_msg_pub.count_and_get

6342:
6343: WHEN fnd_api.g_exc_unexpected_error THEN
6344: rollback;
6345: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6346: fnd_msg_pub.count_and_get
6347: ( p_count => x_msg_count,
6348: p_data => x_msg_data
6349: );
6350:

Line 6358: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

6354:
6355: WHEN OTHERS THEN
6356: rollback;
6357: x_return_status := fnd_api.g_ret_sts_unexp_error;
6358: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6359: THEN
6360: fnd_msg_pub.add_exc_msg
6361: ( 'inv_loc_wms_utils'
6362: , 'update_lpn_loc_curr_capacity'

Line 6360: fnd_msg_pub.add_exc_msg

6356: rollback;
6357: x_return_status := fnd_api.g_ret_sts_unexp_error;
6358: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6359: THEN
6360: fnd_msg_pub.add_exc_msg
6361: ( 'inv_loc_wms_utils'
6362: , 'update_lpn_loc_curr_capacity'
6363: );
6364: END IF;

Line 6365: fnd_msg_pub.count_and_get

6361: ( 'inv_loc_wms_utils'
6362: , 'update_lpn_loc_curr_capacity'
6363: );
6364: END IF;
6365: fnd_msg_pub.count_and_get
6366: ( p_count => x_msg_count,
6367: p_data => x_msg_data
6368: );
6369: END ;

Line 6437: fnd_msg_pub.count_and_get

6433: -- Bug 3511690 rolling back to savepoint
6434: rollback to lpn_loc_cleanup;
6435: --rollback;
6436: x_return_status := fnd_api.g_ret_sts_error;
6437: fnd_msg_pub.count_and_get
6438: ( p_count => x_msg_count,
6439: p_data => x_msg_data
6440: );
6441:

Line 6446: fnd_msg_pub.count_and_get

6442: WHEN fnd_api.g_exc_unexpected_error THEN
6443: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6444: rollback to lpn_loc_cleanup;
6445: --rollback;
6446: fnd_msg_pub.count_and_get
6447: ( p_count => x_msg_count,
6448: p_data => x_msg_data
6449: );
6450:

Line 6455: fnd_msg_pub.count_and_get

6451: WHEN NO_DATA_FOUND THEN
6452: x_return_status := fnd_api.g_ret_sts_error;
6453: rollback to lpn_loc_cleanup;
6454: --rollback;
6455: fnd_msg_pub.count_and_get
6456: ( p_count => x_msg_count,
6457: p_data => x_msg_data
6458: );
6459: WHEN OTHERS THEN

Line 6463: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

6459: WHEN OTHERS THEN
6460: x_return_status := fnd_api.g_ret_sts_unexp_error;
6461: rollback to lpn_loc_cleanup;
6462: --rollback;
6463: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6464: THEN
6465: fnd_msg_pub.add_exc_msg
6466: ( 'INV_LOC_WMS_UTILS',
6467: 'lpn_loc_capacity_clean_up'

Line 6465: fnd_msg_pub.add_exc_msg

6461: rollback to lpn_loc_cleanup;
6462: --rollback;
6463: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6464: THEN
6465: fnd_msg_pub.add_exc_msg
6466: ( 'INV_LOC_WMS_UTILS',
6467: 'lpn_loc_capacity_clean_up'
6468: );
6469: END IF;

Line 6470: fnd_msg_pub.count_and_get

6466: ( 'INV_LOC_WMS_UTILS',
6467: 'lpn_loc_capacity_clean_up'
6468: );
6469: END IF;
6470: fnd_msg_pub.count_and_get
6471: ( p_count => x_msg_count,
6472: p_data => x_msg_data
6473: );
6474: END lpn_loc_capacity_clean_up;

Line 6664: fnd_msg_pub.count_and_get

6660: END IF;
6661: EXCEPTION
6662: WHEN fnd_api.g_exc_error THEN
6663: x_return_status := fnd_api.g_ret_sts_error;
6664: fnd_msg_pub.count_and_get
6665: ( p_count => x_msg_count,
6666: p_data => x_msg_data
6667: );
6668: WHEN fnd_api.g_exc_unexpected_error THEN

Line 6670: fnd_msg_pub.count_and_get

6666: p_data => x_msg_data
6667: );
6668: WHEN fnd_api.g_exc_unexpected_error THEN
6669: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6670: fnd_msg_pub.count_and_get
6671: ( p_count => x_msg_count,
6672: p_data => x_msg_data
6673: );
6674: WHEN NO_DATA_FOUND THEN

Line 6678: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

6674: WHEN NO_DATA_FOUND THEN
6675: x_return_status := fnd_api.g_ret_sts_error;
6676: WHEN OTHERS THEN
6677: x_return_status := fnd_api.g_ret_sts_unexp_error;
6678: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6679: THEN
6680: fnd_msg_pub.add_exc_msg
6681: ( 'inv_loc_wms_utils'
6682: , 'cal_locator_current_volume'

Line 6680: fnd_msg_pub.add_exc_msg

6676: WHEN OTHERS THEN
6677: x_return_status := fnd_api.g_ret_sts_unexp_error;
6678: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6679: THEN
6680: fnd_msg_pub.add_exc_msg
6681: ( 'inv_loc_wms_utils'
6682: , 'cal_locator_current_volume'
6683: );
6684: END IF;

Line 6685: fnd_msg_pub.count_and_get

6681: ( 'inv_loc_wms_utils'
6682: , 'cal_locator_current_volume'
6683: );
6684: END IF;
6685: fnd_msg_pub.count_and_get
6686: ( p_count => x_msg_count,
6687: p_data => x_msg_data
6688: );
6689: END cal_locator_current_volume;

Line 6899: fnd_msg_pub.count_and_get

6895:
6896: EXCEPTION
6897: WHEN fnd_api.g_exc_error THEN
6898: x_return_status := fnd_api.g_ret_sts_error;
6899: fnd_msg_pub.count_and_get
6900: ( p_count => x_msg_count,
6901: p_data => x_msg_data
6902: );
6903:

Line 6906: fnd_msg_pub.count_and_get

6902: );
6903:
6904: WHEN fnd_api.g_exc_unexpected_error THEN
6905: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6906: fnd_msg_pub.count_and_get
6907: ( p_count => x_msg_count,
6908: p_data => x_msg_data
6909: );
6910:

Line 6916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

6912: x_return_status := fnd_api.g_ret_sts_error;
6913:
6914: WHEN OTHERS THEN
6915: x_return_status := fnd_api.g_ret_sts_unexp_error;
6916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6917: THEN
6918: fnd_msg_pub.add_exc_msg
6919: ( 'inv_loc_wms_utils'
6920: , 'lpn_attributes'

Line 6918: fnd_msg_pub.add_exc_msg

6914: WHEN OTHERS THEN
6915: x_return_status := fnd_api.g_ret_sts_unexp_error;
6916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6917: THEN
6918: fnd_msg_pub.add_exc_msg
6919: ( 'inv_loc_wms_utils'
6920: , 'lpn_attributes'
6921: );
6922: END IF;

Line 6923: fnd_msg_pub.count_and_get

6919: ( 'inv_loc_wms_utils'
6920: , 'lpn_attributes'
6921: );
6922: END IF;
6923: fnd_msg_pub.count_and_get
6924: ( p_count => x_msg_count,
6925: p_data => x_msg_data
6926: );
6927: END lpn_attributes;

Line 7178: fnd_msg_pub.count_and_get

7174: END IF; /* End of p_container_item =Y */
7175: EXCEPTION
7176: WHEN fnd_api.g_exc_error THEN
7177: x_return_status := fnd_api.g_ret_sts_error;
7178: fnd_msg_pub.count_and_get
7179: ( p_count => x_msg_count,
7180: p_data => x_msg_data
7181: );
7182:

Line 7185: fnd_msg_pub.count_and_get

7181: );
7182:
7183: WHEN fnd_api.g_exc_unexpected_error THEN
7184: x_return_status := fnd_api.g_ret_sts_unexp_error ;
7185: fnd_msg_pub.count_and_get
7186: ( p_count => x_msg_count,
7187: p_data => x_msg_data
7188: );
7189:

Line 7195: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

7191: x_return_status := fnd_api.g_ret_sts_error;
7192:
7193: WHEN OTHERS THEN
7194: x_return_status := fnd_api.g_ret_sts_unexp_error;
7195: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7196: THEN
7197: fnd_msg_pub.add_exc_msg
7198: ( 'inv_loc_wms_utils'
7199: , 'item_attributes'

Line 7197: fnd_msg_pub.add_exc_msg

7193: WHEN OTHERS THEN
7194: x_return_status := fnd_api.g_ret_sts_unexp_error;
7195: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7196: THEN
7197: fnd_msg_pub.add_exc_msg
7198: ( 'inv_loc_wms_utils'
7199: , 'item_attributes'
7200: );
7201: END IF;

Line 7202: fnd_msg_pub.count_and_get

7198: ( 'inv_loc_wms_utils'
7199: , 'item_attributes'
7200: );
7201: END IF;
7202: fnd_msg_pub.count_and_get
7203: ( p_count => x_msg_count,
7204: p_data => x_msg_data
7205: );
7206: END ITEM_ATTRIBUTES;

Line 7254: fnd_msg_pub.count_and_get

7250: EXCEPTION
7251: WHEN fnd_api.g_exc_error THEN
7252: rollback; --13346632
7253: x_return_status := fnd_api.g_ret_sts_error;
7254: fnd_msg_pub.count_and_get
7255: ( p_count => x_msg_count,
7256: p_data => x_msg_data
7257: );
7258:

Line 7262: fnd_msg_pub.count_and_get

7258:
7259: WHEN fnd_api.g_exc_unexpected_error THEN
7260: rollback; --13346632
7261: x_return_status := fnd_api.g_ret_sts_unexp_error ;
7262: fnd_msg_pub.count_and_get
7263: ( p_count => x_msg_count,
7264: p_data => x_msg_data
7265: );
7266:

Line 7274: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

7270:
7271: WHEN OTHERS THEN
7272: rollback; --13346632
7273: x_return_status := fnd_api.g_ret_sts_unexp_error;
7274: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7275: THEN
7276: fnd_msg_pub.add_exc_msg
7277: ( 'inv_loc_wms_utils'
7278: , 'LOC_EMPTY_MIXED_FLAG_AUTO'

Line 7276: fnd_msg_pub.add_exc_msg

7272: rollback; --13346632
7273: x_return_status := fnd_api.g_ret_sts_unexp_error;
7274: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7275: THEN
7276: fnd_msg_pub.add_exc_msg
7277: ( 'inv_loc_wms_utils'
7278: , 'LOC_EMPTY_MIXED_FLAG_AUTO'
7279: );
7280: END IF;

Line 7281: fnd_msg_pub.count_and_get

7277: ( 'inv_loc_wms_utils'
7278: , 'LOC_EMPTY_MIXED_FLAG_AUTO'
7279: );
7280: END IF;
7281: fnd_msg_pub.count_and_get
7282: ( p_count => x_msg_count,
7283: p_data => x_msg_data
7284: );
7285: END LOC_EMPTY_MIXED_FLAG_AUTO ;

Line 7619: fnd_msg_pub.count_and_get

7615: x_return_status := fnd_api.g_ret_sts_error;
7616: --Fixed bug 2342723, do not rollback to savepoint
7617: ROLLBACK TO loc_empty; --1334632
7618: -- ROLLBACK; -- 13816420 missed to comment out by 13346632
7619: fnd_msg_pub.count_and_get
7620: ( p_count => x_msg_count,
7621: p_data => x_msg_data
7622: );
7623: WHEN fnd_api.g_exc_unexpected_error THEN

Line 7627: fnd_msg_pub.count_and_get

7623: WHEN fnd_api.g_exc_unexpected_error THEN
7624: x_return_status := fnd_api.g_ret_sts_unexp_error ;
7625: ROLLBACK TO loc_empty; --1334632
7626: -- ROLLBACK; -- 13816420 missed to comment out by 13346632
7627: fnd_msg_pub.count_and_get
7628: ( p_count => x_msg_count,
7629: p_data => x_msg_data
7630: );
7631: WHEN NO_DATA_FOUND THEN

Line 7639: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

7635: WHEN OTHERS THEN
7636: x_return_status := fnd_api.g_ret_sts_unexp_error;
7637: ROLLBACK TO loc_empty; --1334632
7638: -- ROLLBACK; -- 13816420 missed to comment out by 13346632
7639: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7640: fnd_msg_pub.add_exc_msg
7641: ( 'inv_loc_wms_utils'
7642: , 'LOC_EMPTY_MIXED_FLAG '
7643: );

Line 7640: fnd_msg_pub.add_exc_msg

7636: x_return_status := fnd_api.g_ret_sts_unexp_error;
7637: ROLLBACK TO loc_empty; --1334632
7638: -- ROLLBACK; -- 13816420 missed to comment out by 13346632
7639: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7640: fnd_msg_pub.add_exc_msg
7641: ( 'inv_loc_wms_utils'
7642: , 'LOC_EMPTY_MIXED_FLAG '
7643: );
7644: END IF;

Line 7645: fnd_msg_pub.count_and_get

7641: ( 'inv_loc_wms_utils'
7642: , 'LOC_EMPTY_MIXED_FLAG '
7643: );
7644: END IF;
7645: fnd_msg_pub.count_and_get
7646: ( p_count => x_msg_count,
7647: p_data => x_msg_data
7648: );
7649: END LOC_EMPTY_MIXED_FLAG;

Line 7804: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

7800: END IF; /* FOR P_SOURCE IS NULL*/
7801: EXCEPTION
7802: WHEN OTHERS THEN
7803: x_return_status := fnd_api.g_ret_sts_unexp_error;
7804: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7805: fnd_msg_pub.add_exc_msg
7806: ( 'inv_loc_wms_utils'
7807: , 'inv_loc_issues'
7808: );

Line 7805: fnd_msg_pub.add_exc_msg

7801: EXCEPTION
7802: WHEN OTHERS THEN
7803: x_return_status := fnd_api.g_ret_sts_unexp_error;
7804: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7805: fnd_msg_pub.add_exc_msg
7806: ( 'inv_loc_wms_utils'
7807: , 'inv_loc_issues'
7808: );
7809: END IF;

Line 7810: fnd_msg_pub.count_and_get

7806: ( 'inv_loc_wms_utils'
7807: , 'inv_loc_issues'
7808: );
7809: END IF;
7810: fnd_msg_pub.count_and_get
7811: ( p_count => x_msg_count,
7812: p_data => x_msg_data
7813: );
7814: END inv_loc_issues;

Line 7902: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

7898: EXCEPTION
7899: WHEN OTHERS THEN
7900: x_return_status := fnd_api.g_ret_sts_unexp_error;
7901:
7902: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7903: fnd_msg_pub.add_exc_msg
7904: ( 'inv_loc_wms_utils'
7905: , 'lpn_loc_receipt'
7906: );

Line 7903: fnd_msg_pub.add_exc_msg

7899: WHEN OTHERS THEN
7900: x_return_status := fnd_api.g_ret_sts_unexp_error;
7901:
7902: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7903: fnd_msg_pub.add_exc_msg
7904: ( 'inv_loc_wms_utils'
7905: , 'lpn_loc_receipt'
7906: );
7907: END IF;

Line 7909: fnd_msg_pub.count_and_get

7905: , 'lpn_loc_receipt'
7906: );
7907: END IF;
7908:
7909: fnd_msg_pub.count_and_get
7910: ( p_count => x_msg_count,
7911: p_data => x_msg_data
7912: );
7913: END inv_loc_receipt;

Line 8227: fnd_msg_pub.count_and_get

8223: --Fixed bug 2342723
8224: rollback to lpn_loc_mmtt_upd;
8225: --rollback;
8226: x_return_status := fnd_api.g_ret_sts_error;
8227: fnd_msg_pub.count_and_get
8228: ( p_count => x_msg_count,
8229: p_data => x_msg_data
8230: );
8231:

Line 8242: fnd_msg_pub.count_and_get

8238: end if;
8239: x_return_status := fnd_api.g_ret_sts_unexp_error ;
8240: rollback to lpn_loc_mmtt_upd;
8241: --rollback;
8242: fnd_msg_pub.count_and_get
8243: ( p_count => x_msg_count,
8244: p_data => x_msg_data
8245: );
8246:

Line 8268: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

8264: end if;
8265: x_return_status := fnd_api.g_ret_sts_unexp_error;
8266: rollback to lpn_loc_mmtt_upd;
8267: --rollback;
8268: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8269: THEN
8270: fnd_msg_pub.add_exc_msg
8271: ( 'INV_LOC_WMS_UTILS',
8272: 'lpn_loc_cleanup_mmtt'

Line 8270: fnd_msg_pub.add_exc_msg

8266: rollback to lpn_loc_mmtt_upd;
8267: --rollback;
8268: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8269: THEN
8270: fnd_msg_pub.add_exc_msg
8271: ( 'INV_LOC_WMS_UTILS',
8272: 'lpn_loc_cleanup_mmtt'
8273: );
8274: END IF;

Line 8275: fnd_msg_pub.count_and_get

8271: ( 'INV_LOC_WMS_UTILS',
8272: 'lpn_loc_cleanup_mmtt'
8273: );
8274: END IF;
8275: fnd_msg_pub.count_and_get
8276: ( p_count => x_msg_count,
8277: p_data => x_msg_data
8278: );
8279: END lpn_loc_cleanup_mmtt;

Line 8515: fnd_msg_pub.count_and_get

8511: -- Fixed bug 2342723, do not rollback to savepoint
8512: rollback to lpn_loc_cpty_upd;
8513: --rollback;
8514: x_return_status := fnd_api.g_ret_sts_error;
8515: fnd_msg_pub.count_and_get
8516: ( p_count => x_msg_count,
8517: p_data => x_msg_data
8518: );
8519:

Line 8530: fnd_msg_pub.count_and_get

8526: end if;
8527: x_return_status := fnd_api.g_ret_sts_unexp_error ;
8528: rollback to lpn_loc_cpty_upd;
8529: --rollback;
8530: fnd_msg_pub.count_and_get
8531: ( p_count => x_msg_count,
8532: p_data => x_msg_data
8533: );
8534:

Line 8556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

8552: end if;
8553: x_return_status := fnd_api.g_ret_sts_unexp_error;
8554: rollback to lpn_loc_cpty_upd;
8555: --rollback;
8556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8557: THEN
8558: fnd_msg_pub.add_exc_msg
8559: ( 'INV_LOC_WMS_UTILS',
8560: 'LPN_LOC_CURRENT_CAPACITY'

Line 8558: fnd_msg_pub.add_exc_msg

8554: rollback to lpn_loc_cpty_upd;
8555: --rollback;
8556: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8557: THEN
8558: fnd_msg_pub.add_exc_msg
8559: ( 'INV_LOC_WMS_UTILS',
8560: 'LPN_LOC_CURRENT_CAPACITY'
8561: );
8562: END IF;

Line 8563: fnd_msg_pub.count_and_get

8559: ( 'INV_LOC_WMS_UTILS',
8560: 'LPN_LOC_CURRENT_CAPACITY'
8561: );
8562: END IF;
8563: fnd_msg_pub.count_and_get
8564: ( p_count => x_msg_count,
8565: p_data => x_msg_data
8566: );
8567: END LPN_LOC_CURRENT_CAPACITY;

Line 8674: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN

8670: WHEN OTHERS THEN
8671: rollback; --9824620
8672: x_return_status := fnd_api.g_ret_sts_unexp_error;
8673:
8674: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
8675: fnd_msg_pub.add_exc_msg
8676: ( 'inv_loc_wms_utils'
8677: , 'upd_empty_mixed_flag_rcv_loc'
8678: );

Line 8675: fnd_msg_pub.add_exc_msg

8671: rollback; --9824620
8672: x_return_status := fnd_api.g_ret_sts_unexp_error;
8673:
8674: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
8675: fnd_msg_pub.add_exc_msg
8676: ( 'inv_loc_wms_utils'
8677: , 'upd_empty_mixed_flag_rcv_loc'
8678: );
8679: END IF;

Line 8681: fnd_msg_pub.count_and_get

8677: , 'upd_empty_mixed_flag_rcv_loc'
8678: );
8679: END IF;
8680:
8681: fnd_msg_pub.count_and_get
8682: ( p_count => x_msg_count,
8683: p_data => x_msg_data
8684: );
8685: END upd_empty_mixed_flag_rcv_loc;