DBA Data[Home] [Help]

APPS.INV_LOC_WMS_UTILS dependencies on FND_MSG_PUB

Line 141: fnd_msg_pub.count_and_get

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

Line 148: fnd_msg_pub.count_and_get

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

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

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

Line 160: fnd_msg_pub.add_exc_msg

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

Line 165: fnd_msg_pub.count_and_get

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

Line 243: fnd_msg_pub.count_and_get

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

Line 250: fnd_msg_pub.count_and_get

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

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

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

Line 262: fnd_msg_pub.add_exc_msg

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

Line 267: fnd_msg_pub.count_and_get

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

Line 351: fnd_msg_pub.count_and_get

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

Line 358: fnd_msg_pub.count_and_get

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

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

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

Line 370: fnd_msg_pub.add_exc_msg

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

Line 375: fnd_msg_pub.count_and_get

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

Line 460: fnd_msg_pub.count_and_get

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

Line 467: fnd_msg_pub.count_and_get

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

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

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

Line 479: fnd_msg_pub.add_exc_msg

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

Line 484: fnd_msg_pub.count_and_get

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

Line 798: fnd_msg_pub.ADD;

794: END IF;
795: -- if p_issue_flag neither Y/N, raise error
796: ELSE
797: fnd_message.set_name('INV', 'INV_FIELD_INVALID');
798: fnd_msg_pub.ADD;
799: RAISE fnd_api.g_exc_error;
800: END IF;
801: -- if not updating weight, then just propagate current_weight to updated_weight.
802: ELSE

Line 857: fnd_msg_pub.ADD;

853: END IF;
854: END IF;
855: ELSE
856: fnd_message.set_name('WMS', 'Invalid input to p_issue_flag (receipt/issue)');
857: fnd_msg_pub.ADD;
858: RAISE fnd_api.g_exc_error;
859:
860: END IF;
861: ELSE

Line 918: fnd_msg_pub.ADD;

914: END IF;
915: -- if p_issue_flag neither Y/N, raise error
916: ELSE
917: fnd_message.set_name('WMS', 'Invalid input to p_issue_flag (receipt/issue)');
918: fnd_msg_pub.ADD;
919: RAISE fnd_api.g_exc_error;
920: END IF;
921: ELSE
922: l_upd_loc_current_units := l_current_units;

Line 947: fnd_msg_pub.count_and_get

943:
944: WHEN fnd_api.g_exc_error THEN
945: ROLLBACK;
946: x_return_status := fnd_api.g_ret_sts_error;
947: fnd_msg_pub.count_and_get
948: ( p_count => x_msg_count,
949: p_data => x_msg_data
950: );
951:

Line 955: fnd_msg_pub.count_and_get

951:
952: WHEN fnd_api.g_exc_unexpected_error THEN
953: ROLLBACK;
954: x_return_status := fnd_api.g_ret_sts_unexp_error ;
955: fnd_msg_pub.count_and_get
956: ( p_count => x_msg_count,
957: p_data => x_msg_data
958: );
959:

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

963:
964: WHEN OTHERS THEN
965: ROLLBACK;
966: x_return_status := fnd_api.g_ret_sts_unexp_error;
967: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
968: THEN
969: fnd_msg_pub.add_exc_msg
970: ( g_pkg_name
971: , 'update_loc_curr_capacity_nauto'

Line 969: fnd_msg_pub.add_exc_msg

965: ROLLBACK;
966: x_return_status := fnd_api.g_ret_sts_unexp_error;
967: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
968: THEN
969: fnd_msg_pub.add_exc_msg
970: ( g_pkg_name
971: , 'update_loc_curr_capacity_nauto'
972: );
973: END IF;

Line 974: fnd_msg_pub.count_and_get

970: ( g_pkg_name
971: , 'update_loc_curr_capacity_nauto'
972: );
973: END IF;
974: fnd_msg_pub.count_and_get
975: ( p_count => x_msg_count,
976: p_data => x_msg_data
977: );
978: END update_loc_curr_capacity_nauto;

Line 1040: fnd_msg_pub.count_and_get

1036:
1037: WHEN fnd_api.g_exc_error THEN
1038: ROLLBACK;
1039: x_return_status := fnd_api.g_ret_sts_error;
1040: fnd_msg_pub.count_and_get
1041: ( p_count => x_msg_count,
1042: p_data => x_msg_data
1043: );
1044:

Line 1048: fnd_msg_pub.count_and_get

1044:
1045: WHEN fnd_api.g_exc_unexpected_error THEN
1046: ROLLBACK;
1047: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1048: fnd_msg_pub.count_and_get
1049: ( p_count => x_msg_count,
1050: p_data => x_msg_data
1051: );
1052:

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

1056:
1057: WHEN OTHERS THEN
1058: ROLLBACK;
1059: x_return_status := fnd_api.g_ret_sts_unexp_error;
1060: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1061: THEN
1062: fnd_msg_pub.add_exc_msg
1063: ( g_pkg_name
1064: , 'update_loc_current_capacity'

Line 1062: fnd_msg_pub.add_exc_msg

1058: ROLLBACK;
1059: x_return_status := fnd_api.g_ret_sts_unexp_error;
1060: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1061: THEN
1062: fnd_msg_pub.add_exc_msg
1063: ( g_pkg_name
1064: , 'update_loc_current_capacity'
1065: );
1066: END IF;

Line 1067: fnd_msg_pub.count_and_get

1063: ( g_pkg_name
1064: , 'update_loc_current_capacity'
1065: );
1066: END IF;
1067: fnd_msg_pub.count_and_get
1068: ( p_count => x_msg_count,
1069: p_data => x_msg_data
1070: );
1071: END update_loc_current_capacity;

Line 1133: fnd_msg_pub.count_and_get

1129:
1130: WHEN fnd_api.g_exc_error THEN
1131: ROLLBACK;
1132: x_return_status := fnd_api.g_ret_sts_error;
1133: fnd_msg_pub.count_and_get
1134: ( p_count => x_msg_count,
1135: p_data => x_msg_data
1136: );
1137:

Line 1141: fnd_msg_pub.count_and_get

1137:
1138: WHEN fnd_api.g_exc_unexpected_error THEN
1139: ROLLBACK;
1140: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1141: fnd_msg_pub.count_and_get
1142: ( p_count => x_msg_count,
1143: p_data => x_msg_data
1144: );
1145:

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

1149:
1150: WHEN OTHERS THEN
1151: ROLLBACK;
1152: x_return_status := fnd_api.g_ret_sts_unexp_error;
1153: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1154: THEN
1155: fnd_msg_pub.add_exc_msg
1156: ( g_pkg_name
1157: , 'update_loc_suggested_capacity'

Line 1155: fnd_msg_pub.add_exc_msg

1151: ROLLBACK;
1152: x_return_status := fnd_api.g_ret_sts_unexp_error;
1153: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1154: THEN
1155: fnd_msg_pub.add_exc_msg
1156: ( g_pkg_name
1157: , 'update_loc_suggested_capacity'
1158: );
1159: END IF;

Line 1160: fnd_msg_pub.count_and_get

1156: ( g_pkg_name
1157: , 'update_loc_suggested_capacity'
1158: );
1159: END IF;
1160: fnd_msg_pub.count_and_get
1161: ( p_count => x_msg_count,
1162: p_data => x_msg_data
1163: );
1164: END update_loc_sugg_cap_wo_empf;

Line 1543: fnd_msg_pub.count_and_get

1539:
1540: WHEN fnd_api.g_exc_error THEN
1541: ROLLBACK;
1542: x_return_status := fnd_api.g_ret_sts_error;
1543: fnd_msg_pub.count_and_get
1544: ( p_count => x_msg_count,
1545: p_data => x_msg_data
1546: );
1547:

Line 1551: fnd_msg_pub.count_and_get

1547:
1548: WHEN fnd_api.g_exc_unexpected_error THEN
1549: ROLLBACK;
1550: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1551: fnd_msg_pub.count_and_get
1552: ( p_count => x_msg_count,
1553: p_data => x_msg_data
1554: );
1555:

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

1559:
1560: WHEN OTHERS THEN
1561: ROLLBACK;
1562: x_return_status := fnd_api.g_ret_sts_unexp_error;
1563: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1564: THEN
1565: fnd_msg_pub.add_exc_msg
1566: ( g_pkg_name
1567: , 'update_loc_sugg_capacity_nauto'

Line 1565: fnd_msg_pub.add_exc_msg

1561: ROLLBACK;
1562: x_return_status := fnd_api.g_ret_sts_unexp_error;
1563: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1564: THEN
1565: fnd_msg_pub.add_exc_msg
1566: ( g_pkg_name
1567: , 'update_loc_sugg_capacity_nauto'
1568: );
1569: END IF;

Line 1570: fnd_msg_pub.count_and_get

1566: ( g_pkg_name
1567: , 'update_loc_sugg_capacity_nauto'
1568: );
1569: END IF;
1570: fnd_msg_pub.count_and_get
1571: ( p_count => x_msg_count,
1572: p_data => x_msg_data
1573: );
1574: END update_loc_sugg_capacity_nauto;

Line 1657: fnd_msg_pub.count_and_get

1653:
1654: WHEN fnd_api.g_exc_error THEN
1655: ROLLBACK;
1656: x_return_status := fnd_api.g_ret_sts_error;
1657: fnd_msg_pub.count_and_get
1658: ( p_count => x_msg_count,
1659: p_data => x_msg_data
1660: );
1661:

Line 1665: fnd_msg_pub.count_and_get

1661:
1662: WHEN fnd_api.g_exc_unexpected_error THEN
1663: ROLLBACK;
1664: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1665: fnd_msg_pub.count_and_get
1666: ( p_count => x_msg_count,
1667: p_data => x_msg_data
1668: );
1669:

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

1673:
1674: WHEN OTHERS THEN
1675: ROLLBACK;
1676: x_return_status := fnd_api.g_ret_sts_unexp_error;
1677: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1678: THEN
1679: fnd_msg_pub.add_exc_msg
1680: ( g_pkg_name
1681: , 'update_loc_suggested_capacity'

Line 1679: fnd_msg_pub.add_exc_msg

1675: ROLLBACK;
1676: x_return_status := fnd_api.g_ret_sts_unexp_error;
1677: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1678: THEN
1679: fnd_msg_pub.add_exc_msg
1680: ( g_pkg_name
1681: , 'update_loc_suggested_capacity'
1682: );
1683: END IF;

Line 1684: fnd_msg_pub.count_and_get

1680: ( g_pkg_name
1681: , 'update_loc_suggested_capacity'
1682: );
1683: END IF;
1684: fnd_msg_pub.count_and_get
1685: ( p_count => x_msg_count,
1686: p_data => x_msg_data
1687: );
1688: END update_loc_suggested_capacity;

Line 2128: fnd_msg_pub.count_and_get

2124:
2125: WHEN fnd_api.g_exc_error THEN
2126: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2127: x_return_status := fnd_api.g_ret_sts_error;
2128: fnd_msg_pub.count_and_get
2129: ( p_count => x_msg_count,
2130: p_data => x_msg_data
2131: );
2132:

Line 2136: fnd_msg_pub.count_and_get

2132:
2133: WHEN fnd_api.g_exc_unexpected_error THEN
2134: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2135: x_return_status := fnd_api.g_ret_sts_unexp_error ;
2136: fnd_msg_pub.count_and_get
2137: ( p_count => x_msg_count,
2138: p_data => x_msg_data
2139: );
2140:

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

2148:
2149: WHEN OTHERS THEN
2150: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2151: x_return_status := fnd_api.g_ret_sts_unexp_error;
2152: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2153: THEN
2154: fnd_msg_pub.add_exc_msg
2155: ( g_pkg_name
2156: , 'revert_loc_suggested_capacity'

Line 2154: fnd_msg_pub.add_exc_msg

2150: ROLLBACK TO revert_loc_suggested_cap_sp;--BUG 4890372
2151: x_return_status := fnd_api.g_ret_sts_unexp_error;
2152: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2153: THEN
2154: fnd_msg_pub.add_exc_msg
2155: ( g_pkg_name
2156: , 'revert_loc_suggested_capacity'
2157: );
2158: END IF;

Line 2159: fnd_msg_pub.count_and_get

2155: ( g_pkg_name
2156: , 'revert_loc_suggested_capacity'
2157: );
2158: END IF;
2159: fnd_msg_pub.count_and_get
2160: ( p_count => x_msg_count,
2161: p_data => x_msg_data
2162: );
2163: END revert_loc_suggested_cap_nauto;

Line 2362: fnd_msg_pub.count_and_get

2358: EXCEPTION
2359:
2360: WHEN fnd_api.g_exc_error THEN
2361: x_return_status := fnd_api.g_ret_sts_error;
2362: fnd_msg_pub.count_and_get
2363: ( p_count => x_msg_count,
2364: p_data => x_msg_data
2365: );
2366:

Line 2369: fnd_msg_pub.count_and_get

2365: );
2366:
2367: WHEN fnd_api.g_exc_unexpected_error THEN
2368: x_return_status := fnd_api.g_ret_sts_unexp_error ;
2369: fnd_msg_pub.count_and_get
2370: ( p_count => x_msg_count,
2371: p_data => x_msg_data
2372: );
2373:

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

2375: x_return_status := fnd_api.g_ret_sts_error;
2376:
2377: WHEN OTHERS THEN
2378: x_return_status := fnd_api.g_ret_sts_unexp_error;
2379: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2380: THEN
2381: fnd_msg_pub.add_exc_msg
2382: ( g_pkg_name,
2383: 'get_container_capacity'

Line 2381: fnd_msg_pub.add_exc_msg

2377: WHEN OTHERS THEN
2378: x_return_status := fnd_api.g_ret_sts_unexp_error;
2379: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
2380: THEN
2381: fnd_msg_pub.add_exc_msg
2382: ( g_pkg_name,
2383: 'get_container_capacity'
2384: );
2385: END IF;

Line 2386: fnd_msg_pub.count_and_get

2382: ( g_pkg_name,
2383: 'get_container_capacity'
2384: );
2385: END IF;
2386: fnd_msg_pub.count_and_get
2387: ( p_count => x_msg_count,
2388: p_data => x_msg_data
2389: );
2390: END get_container_capacity;

Line 3379: fnd_msg_pub.count_and_get

3375: WHEN fnd_api.g_exc_error THEN
3376: mdebug('Error:-'||SQLERRM);
3377: ROLLBACK TO locators_capacity_cleanup ;
3378: x_return_status := fnd_api.g_ret_sts_error;
3379: fnd_msg_pub.count_and_get
3380: ( p_count => x_msg_count,
3381: p_data => x_msg_data
3382: );
3383:

Line 3388: fnd_msg_pub.count_and_get

3384: WHEN fnd_api.g_exc_unexpected_error THEN
3385: mdebug('Error:-'||SQLERRM);
3386: ROLLBACK TO locators_capacity_cleanup;
3387: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3388: fnd_msg_pub.count_and_get
3389: ( p_count => x_msg_count,
3390: p_data => x_msg_data
3391: );
3392:

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

3393: WHEN OTHERS THEN
3394: mdebug('Error:-'||SQLERRM);
3395: ROLLBACK TO locators_capacity_cleanup;
3396: x_return_status := fnd_api.g_ret_sts_unexp_error;
3397: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3398: THEN
3399: fnd_msg_pub.add_exc_msg
3400: ( 'inv_loc_wms_utils'
3401: , 'locator_capacity_cleanup'

Line 3399: fnd_msg_pub.add_exc_msg

3395: ROLLBACK TO locators_capacity_cleanup;
3396: x_return_status := fnd_api.g_ret_sts_unexp_error;
3397: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3398: THEN
3399: fnd_msg_pub.add_exc_msg
3400: ( 'inv_loc_wms_utils'
3401: , 'locator_capacity_cleanup'
3402: );
3403: END IF;

Line 3404: fnd_msg_pub.count_and_get

3400: ( 'inv_loc_wms_utils'
3401: , 'locator_capacity_cleanup'
3402: );
3403: END IF;
3404: fnd_msg_pub.count_and_get
3405: ( p_count => x_msg_count,
3406: p_data => x_msg_data
3407: );
3408: END locators_capacity_cleanup;

Line 3429: fnd_msg_pub.add;

3425: BEGIN
3426:
3427: IF (p_organization_id is null) THEN
3428: fnd_message.set_name('INV', 'INV_ORG_REQUIRED');
3429: fnd_msg_pub.add;
3430: RAISE fnd_api.g_exc_error;
3431: END IF;
3432:
3433: IF nvl(p_mixed_items_flag,2) = 1 then

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

3472:
3473: print_message();
3474: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3475: x_retcode := RETCODE_ERROR;
3476: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3477:
3478: WHEN fnd_api.g_exc_unexpected_error THEN
3479:
3480: print_message();

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

3479:
3480: print_message();
3481: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3482: x_retcode := RETCODE_ERROR;
3483: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3484:
3485: WHEN OTHERS THEN
3486:
3487: print_message();

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

3486:
3487: print_message();
3488: l_conc_status := fnd_concurrent.set_completion_status('ERROR','ERROR');
3489: x_retcode := RETCODE_ERROR;
3490: x_errorbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
3491:
3492: END launch_upgrade;
3493:
3494: PROCEDURE print_message(dummy IN VARCHAR2 )IS

Line 3502: fnd_msg_pub.count_and_get(

3498:
3499: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
3500: BEGIN
3501:
3502: fnd_msg_pub.count_and_get(
3503: p_count => l_msg_count,
3504: p_data => l_msg_data,
3505: p_encoded => 'F'
3506: );

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

3505: p_encoded => 'F'
3506: );
3507:
3508: FOR i IN 1..l_msg_count LOOP
3509: l_msg_data := fnd_msg_pub.get(i, 'F');
3510: fnd_file.put_line(fnd_file.log, l_msg_data);
3511: END LOOP;
3512: fnd_file.put_line(fnd_file.log, ' ');
3513:

Line 3514: fnd_msg_pub.initialize;

3510: fnd_file.put_line(fnd_file.log, l_msg_data);
3511: END LOOP;
3512: fnd_file.put_line(fnd_file.log, ' ');
3513:
3514: fnd_msg_pub.initialize;
3515:
3516: EXCEPTION
3517: WHEN OTHERS THEN
3518: fnd_file.put_line(fnd_file.log, sqlerrm);

Line 5910: fnd_msg_pub.count_and_get

5906: EXCEPTION
5907: WHEN fnd_api.g_exc_error THEN
5908: rollback;
5909: x_return_status := fnd_api.g_ret_sts_error;
5910: fnd_msg_pub.count_and_get
5911: ( p_count => x_msg_count,
5912: p_data => x_msg_data
5913: );
5914:

Line 5918: fnd_msg_pub.count_and_get

5914:
5915: WHEN fnd_api.g_exc_unexpected_error THEN
5916: rollback;
5917: x_return_status := fnd_api.g_ret_sts_unexp_error ;
5918: fnd_msg_pub.count_and_get
5919: ( p_count => x_msg_count,
5920: p_data => x_msg_data
5921: );
5922:

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

5926:
5927: WHEN OTHERS THEN
5928: rollback;
5929: x_return_status := fnd_api.g_ret_sts_unexp_error;
5930: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
5931: THEN
5932: fnd_msg_pub.add_exc_msg
5933: ( 'inv_loc_wms_utils'
5934: , 'update_lpn_loc_curr_capacity'

Line 5932: fnd_msg_pub.add_exc_msg

5928: rollback;
5929: x_return_status := fnd_api.g_ret_sts_unexp_error;
5930: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
5931: THEN
5932: fnd_msg_pub.add_exc_msg
5933: ( 'inv_loc_wms_utils'
5934: , 'update_lpn_loc_curr_capacity'
5935: );
5936: END IF;

Line 5937: fnd_msg_pub.count_and_get

5933: ( 'inv_loc_wms_utils'
5934: , 'update_lpn_loc_curr_capacity'
5935: );
5936: END IF;
5937: fnd_msg_pub.count_and_get
5938: ( p_count => x_msg_count,
5939: p_data => x_msg_data
5940: );
5941: END ;

Line 6009: fnd_msg_pub.count_and_get

6005: -- Bug 3511690 rolling back to savepoint
6006: rollback to lpn_loc_cleanup;
6007: --rollback;
6008: x_return_status := fnd_api.g_ret_sts_error;
6009: fnd_msg_pub.count_and_get
6010: ( p_count => x_msg_count,
6011: p_data => x_msg_data
6012: );
6013:

Line 6018: fnd_msg_pub.count_and_get

6014: WHEN fnd_api.g_exc_unexpected_error THEN
6015: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6016: rollback to lpn_loc_cleanup;
6017: --rollback;
6018: fnd_msg_pub.count_and_get
6019: ( p_count => x_msg_count,
6020: p_data => x_msg_data
6021: );
6022:

Line 6027: fnd_msg_pub.count_and_get

6023: WHEN NO_DATA_FOUND THEN
6024: x_return_status := fnd_api.g_ret_sts_error;
6025: rollback to lpn_loc_cleanup;
6026: --rollback;
6027: fnd_msg_pub.count_and_get
6028: ( p_count => x_msg_count,
6029: p_data => x_msg_data
6030: );
6031: WHEN OTHERS THEN

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

6031: WHEN OTHERS THEN
6032: x_return_status := fnd_api.g_ret_sts_unexp_error;
6033: rollback to lpn_loc_cleanup;
6034: --rollback;
6035: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6036: THEN
6037: fnd_msg_pub.add_exc_msg
6038: ( 'INV_LOC_WMS_UTILS',
6039: 'lpn_loc_capacity_clean_up'

Line 6037: fnd_msg_pub.add_exc_msg

6033: rollback to lpn_loc_cleanup;
6034: --rollback;
6035: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6036: THEN
6037: fnd_msg_pub.add_exc_msg
6038: ( 'INV_LOC_WMS_UTILS',
6039: 'lpn_loc_capacity_clean_up'
6040: );
6041: END IF;

Line 6042: fnd_msg_pub.count_and_get

6038: ( 'INV_LOC_WMS_UTILS',
6039: 'lpn_loc_capacity_clean_up'
6040: );
6041: END IF;
6042: fnd_msg_pub.count_and_get
6043: ( p_count => x_msg_count,
6044: p_data => x_msg_data
6045: );
6046: END lpn_loc_capacity_clean_up;

Line 6236: fnd_msg_pub.count_and_get

6232: END IF;
6233: EXCEPTION
6234: WHEN fnd_api.g_exc_error THEN
6235: x_return_status := fnd_api.g_ret_sts_error;
6236: fnd_msg_pub.count_and_get
6237: ( p_count => x_msg_count,
6238: p_data => x_msg_data
6239: );
6240: WHEN fnd_api.g_exc_unexpected_error THEN

Line 6242: fnd_msg_pub.count_and_get

6238: p_data => x_msg_data
6239: );
6240: WHEN fnd_api.g_exc_unexpected_error THEN
6241: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6242: fnd_msg_pub.count_and_get
6243: ( p_count => x_msg_count,
6244: p_data => x_msg_data
6245: );
6246: WHEN NO_DATA_FOUND THEN

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

6246: WHEN NO_DATA_FOUND THEN
6247: x_return_status := fnd_api.g_ret_sts_error;
6248: WHEN OTHERS THEN
6249: x_return_status := fnd_api.g_ret_sts_unexp_error;
6250: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6251: THEN
6252: fnd_msg_pub.add_exc_msg
6253: ( 'inv_loc_wms_utils'
6254: , 'cal_locator_current_volume'

Line 6252: fnd_msg_pub.add_exc_msg

6248: WHEN OTHERS THEN
6249: x_return_status := fnd_api.g_ret_sts_unexp_error;
6250: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6251: THEN
6252: fnd_msg_pub.add_exc_msg
6253: ( 'inv_loc_wms_utils'
6254: , 'cal_locator_current_volume'
6255: );
6256: END IF;

Line 6257: fnd_msg_pub.count_and_get

6253: ( 'inv_loc_wms_utils'
6254: , 'cal_locator_current_volume'
6255: );
6256: END IF;
6257: fnd_msg_pub.count_and_get
6258: ( p_count => x_msg_count,
6259: p_data => x_msg_data
6260: );
6261: END cal_locator_current_volume;

Line 6452: fnd_msg_pub.count_and_get

6448:
6449: EXCEPTION
6450: WHEN fnd_api.g_exc_error THEN
6451: x_return_status := fnd_api.g_ret_sts_error;
6452: fnd_msg_pub.count_and_get
6453: ( p_count => x_msg_count,
6454: p_data => x_msg_data
6455: );
6456:

Line 6459: fnd_msg_pub.count_and_get

6455: );
6456:
6457: WHEN fnd_api.g_exc_unexpected_error THEN
6458: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6459: fnd_msg_pub.count_and_get
6460: ( p_count => x_msg_count,
6461: p_data => x_msg_data
6462: );
6463:

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

6465: x_return_status := fnd_api.g_ret_sts_error;
6466:
6467: WHEN OTHERS THEN
6468: x_return_status := fnd_api.g_ret_sts_unexp_error;
6469: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6470: THEN
6471: fnd_msg_pub.add_exc_msg
6472: ( 'inv_loc_wms_utils'
6473: , 'lpn_attributes'

Line 6471: fnd_msg_pub.add_exc_msg

6467: WHEN OTHERS THEN
6468: x_return_status := fnd_api.g_ret_sts_unexp_error;
6469: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6470: THEN
6471: fnd_msg_pub.add_exc_msg
6472: ( 'inv_loc_wms_utils'
6473: , 'lpn_attributes'
6474: );
6475: END IF;

Line 6476: fnd_msg_pub.count_and_get

6472: ( 'inv_loc_wms_utils'
6473: , 'lpn_attributes'
6474: );
6475: END IF;
6476: fnd_msg_pub.count_and_get
6477: ( p_count => x_msg_count,
6478: p_data => x_msg_data
6479: );
6480: END lpn_attributes;

Line 6731: fnd_msg_pub.count_and_get

6727: END IF; /* End of p_container_item =Y */
6728: EXCEPTION
6729: WHEN fnd_api.g_exc_error THEN
6730: x_return_status := fnd_api.g_ret_sts_error;
6731: fnd_msg_pub.count_and_get
6732: ( p_count => x_msg_count,
6733: p_data => x_msg_data
6734: );
6735:

Line 6738: fnd_msg_pub.count_and_get

6734: );
6735:
6736: WHEN fnd_api.g_exc_unexpected_error THEN
6737: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6738: fnd_msg_pub.count_and_get
6739: ( p_count => x_msg_count,
6740: p_data => x_msg_data
6741: );
6742:

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

6744: x_return_status := fnd_api.g_ret_sts_error;
6745:
6746: WHEN OTHERS THEN
6747: x_return_status := fnd_api.g_ret_sts_unexp_error;
6748: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6749: THEN
6750: fnd_msg_pub.add_exc_msg
6751: ( 'inv_loc_wms_utils'
6752: , 'item_attributes'

Line 6750: fnd_msg_pub.add_exc_msg

6746: WHEN OTHERS THEN
6747: x_return_status := fnd_api.g_ret_sts_unexp_error;
6748: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6749: THEN
6750: fnd_msg_pub.add_exc_msg
6751: ( 'inv_loc_wms_utils'
6752: , 'item_attributes'
6753: );
6754: END IF;

Line 6755: fnd_msg_pub.count_and_get

6751: ( 'inv_loc_wms_utils'
6752: , 'item_attributes'
6753: );
6754: END IF;
6755: fnd_msg_pub.count_and_get
6756: ( p_count => x_msg_count,
6757: p_data => x_msg_data
6758: );
6759: END ITEM_ATTRIBUTES;

Line 6806: fnd_msg_pub.count_and_get

6802: commit;
6803: EXCEPTION
6804: WHEN fnd_api.g_exc_error THEN
6805: x_return_status := fnd_api.g_ret_sts_error;
6806: fnd_msg_pub.count_and_get
6807: ( p_count => x_msg_count,
6808: p_data => x_msg_data
6809: );
6810:

Line 6813: fnd_msg_pub.count_and_get

6809: );
6810:
6811: WHEN fnd_api.g_exc_unexpected_error THEN
6812: x_return_status := fnd_api.g_ret_sts_unexp_error ;
6813: fnd_msg_pub.count_and_get
6814: ( p_count => x_msg_count,
6815: p_data => x_msg_data
6816: );
6817:

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

6819: x_return_status := fnd_api.g_ret_sts_error;
6820:
6821: WHEN OTHERS THEN
6822: x_return_status := fnd_api.g_ret_sts_unexp_error;
6823: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6824: THEN
6825: fnd_msg_pub.add_exc_msg
6826: ( 'inv_loc_wms_utils'
6827: , 'LOC_EMPTY_MIXED_FLAG_AUTO'

Line 6825: fnd_msg_pub.add_exc_msg

6821: WHEN OTHERS THEN
6822: x_return_status := fnd_api.g_ret_sts_unexp_error;
6823: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
6824: THEN
6825: fnd_msg_pub.add_exc_msg
6826: ( 'inv_loc_wms_utils'
6827: , 'LOC_EMPTY_MIXED_FLAG_AUTO'
6828: );
6829: END IF;

Line 6830: fnd_msg_pub.count_and_get

6826: ( 'inv_loc_wms_utils'
6827: , 'LOC_EMPTY_MIXED_FLAG_AUTO'
6828: );
6829: END IF;
6830: fnd_msg_pub.count_and_get
6831: ( p_count => x_msg_count,
6832: p_data => x_msg_data
6833: );
6834: END LOC_EMPTY_MIXED_FLAG_AUTO ;

Line 7099: fnd_msg_pub.count_and_get

7095: x_return_status := fnd_api.g_ret_sts_error;
7096: --Fixed bug 2342723, do not rollback to savepoint
7097: --ROLLBACK TO loc_empty;
7098: ROLLBACK;
7099: fnd_msg_pub.count_and_get
7100: ( p_count => x_msg_count,
7101: p_data => x_msg_data
7102: );
7103: WHEN fnd_api.g_exc_unexpected_error THEN

Line 7107: fnd_msg_pub.count_and_get

7103: WHEN fnd_api.g_exc_unexpected_error THEN
7104: x_return_status := fnd_api.g_ret_sts_unexp_error ;
7105: --ROLLBACK TO loc_empty;
7106: ROLLBACK;
7107: fnd_msg_pub.count_and_get
7108: ( p_count => x_msg_count,
7109: p_data => x_msg_data
7110: );
7111: WHEN NO_DATA_FOUND THEN

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

7115: WHEN OTHERS THEN
7116: x_return_status := fnd_api.g_ret_sts_unexp_error;
7117: --ROLLBACK TO loc_empty;
7118: ROLLBACK;
7119: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7120: fnd_msg_pub.add_exc_msg
7121: ( 'inv_loc_wms_utils'
7122: , 'LOC_EMPTY_MIXED_FLAG '
7123: );

Line 7120: fnd_msg_pub.add_exc_msg

7116: x_return_status := fnd_api.g_ret_sts_unexp_error;
7117: --ROLLBACK TO loc_empty;
7118: ROLLBACK;
7119: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7120: fnd_msg_pub.add_exc_msg
7121: ( 'inv_loc_wms_utils'
7122: , 'LOC_EMPTY_MIXED_FLAG '
7123: );
7124: END IF;

Line 7125: fnd_msg_pub.count_and_get

7121: ( 'inv_loc_wms_utils'
7122: , 'LOC_EMPTY_MIXED_FLAG '
7123: );
7124: END IF;
7125: fnd_msg_pub.count_and_get
7126: ( p_count => x_msg_count,
7127: p_data => x_msg_data
7128: );
7129: END LOC_EMPTY_MIXED_FLAG;

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

7280: END IF; /* FOR P_SOURCE IS NULL*/
7281: EXCEPTION
7282: WHEN OTHERS THEN
7283: x_return_status := fnd_api.g_ret_sts_unexp_error;
7284: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7285: fnd_msg_pub.add_exc_msg
7286: ( 'inv_loc_wms_utils'
7287: , 'inv_loc_issues'
7288: );

Line 7285: fnd_msg_pub.add_exc_msg

7281: EXCEPTION
7282: WHEN OTHERS THEN
7283: x_return_status := fnd_api.g_ret_sts_unexp_error;
7284: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7285: fnd_msg_pub.add_exc_msg
7286: ( 'inv_loc_wms_utils'
7287: , 'inv_loc_issues'
7288: );
7289: END IF;

Line 7290: fnd_msg_pub.count_and_get

7286: ( 'inv_loc_wms_utils'
7287: , 'inv_loc_issues'
7288: );
7289: END IF;
7290: fnd_msg_pub.count_and_get
7291: ( p_count => x_msg_count,
7292: p_data => x_msg_data
7293: );
7294: END inv_loc_issues;

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

7378: EXCEPTION
7379: WHEN OTHERS THEN
7380: x_return_status := fnd_api.g_ret_sts_unexp_error;
7381:
7382: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7383: fnd_msg_pub.add_exc_msg
7384: ( 'inv_loc_wms_utils'
7385: , 'lpn_loc_receipt'
7386: );

Line 7383: fnd_msg_pub.add_exc_msg

7379: WHEN OTHERS THEN
7380: x_return_status := fnd_api.g_ret_sts_unexp_error;
7381:
7382: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
7383: fnd_msg_pub.add_exc_msg
7384: ( 'inv_loc_wms_utils'
7385: , 'lpn_loc_receipt'
7386: );
7387: END IF;

Line 7389: fnd_msg_pub.count_and_get

7385: , 'lpn_loc_receipt'
7386: );
7387: END IF;
7388:
7389: fnd_msg_pub.count_and_get
7390: ( p_count => x_msg_count,
7391: p_data => x_msg_data
7392: );
7393: END inv_loc_receipt;

Line 7707: fnd_msg_pub.count_and_get

7703: --Fixed bug 2342723
7704: rollback to lpn_loc_mmtt_upd;
7705: --rollback;
7706: x_return_status := fnd_api.g_ret_sts_error;
7707: fnd_msg_pub.count_and_get
7708: ( p_count => x_msg_count,
7709: p_data => x_msg_data
7710: );
7711:

Line 7722: fnd_msg_pub.count_and_get

7718: end if;
7719: x_return_status := fnd_api.g_ret_sts_unexp_error ;
7720: rollback to lpn_loc_mmtt_upd;
7721: --rollback;
7722: fnd_msg_pub.count_and_get
7723: ( p_count => x_msg_count,
7724: p_data => x_msg_data
7725: );
7726:

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

7744: end if;
7745: x_return_status := fnd_api.g_ret_sts_unexp_error;
7746: rollback to lpn_loc_mmtt_upd;
7747: --rollback;
7748: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7749: THEN
7750: fnd_msg_pub.add_exc_msg
7751: ( 'INV_LOC_WMS_UTILS',
7752: 'lpn_loc_cleanup_mmtt'

Line 7750: fnd_msg_pub.add_exc_msg

7746: rollback to lpn_loc_mmtt_upd;
7747: --rollback;
7748: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
7749: THEN
7750: fnd_msg_pub.add_exc_msg
7751: ( 'INV_LOC_WMS_UTILS',
7752: 'lpn_loc_cleanup_mmtt'
7753: );
7754: END IF;

Line 7755: fnd_msg_pub.count_and_get

7751: ( 'INV_LOC_WMS_UTILS',
7752: 'lpn_loc_cleanup_mmtt'
7753: );
7754: END IF;
7755: fnd_msg_pub.count_and_get
7756: ( p_count => x_msg_count,
7757: p_data => x_msg_data
7758: );
7759: END lpn_loc_cleanup_mmtt;

Line 7995: fnd_msg_pub.count_and_get

7991: -- Fixed bug 2342723, do not rollback to savepoint
7992: rollback to lpn_loc_cpty_upd;
7993: --rollback;
7994: x_return_status := fnd_api.g_ret_sts_error;
7995: fnd_msg_pub.count_and_get
7996: ( p_count => x_msg_count,
7997: p_data => x_msg_data
7998: );
7999:

Line 8010: fnd_msg_pub.count_and_get

8006: end if;
8007: x_return_status := fnd_api.g_ret_sts_unexp_error ;
8008: rollback to lpn_loc_cpty_upd;
8009: --rollback;
8010: fnd_msg_pub.count_and_get
8011: ( p_count => x_msg_count,
8012: p_data => x_msg_data
8013: );
8014:

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

8032: end if;
8033: x_return_status := fnd_api.g_ret_sts_unexp_error;
8034: rollback to lpn_loc_cpty_upd;
8035: --rollback;
8036: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8037: THEN
8038: fnd_msg_pub.add_exc_msg
8039: ( 'INV_LOC_WMS_UTILS',
8040: 'LPN_LOC_CURRENT_CAPACITY'

Line 8038: fnd_msg_pub.add_exc_msg

8034: rollback to lpn_loc_cpty_upd;
8035: --rollback;
8036: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
8037: THEN
8038: fnd_msg_pub.add_exc_msg
8039: ( 'INV_LOC_WMS_UTILS',
8040: 'LPN_LOC_CURRENT_CAPACITY'
8041: );
8042: END IF;

Line 8043: fnd_msg_pub.count_and_get

8039: ( 'INV_LOC_WMS_UTILS',
8040: 'LPN_LOC_CURRENT_CAPACITY'
8041: );
8042: END IF;
8043: fnd_msg_pub.count_and_get
8044: ( p_count => x_msg_count,
8045: p_data => x_msg_data
8046: );
8047: END LPN_LOC_CURRENT_CAPACITY;

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

8145: EXCEPTION
8146: WHEN OTHERS THEN
8147: x_return_status := fnd_api.g_ret_sts_unexp_error;
8148:
8149: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
8150: fnd_msg_pub.add_exc_msg
8151: ( 'inv_loc_wms_utils'
8152: , 'upd_empty_mixed_flag_rcv_loc'
8153: );

Line 8150: fnd_msg_pub.add_exc_msg

8146: WHEN OTHERS THEN
8147: x_return_status := fnd_api.g_ret_sts_unexp_error;
8148:
8149: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
8150: fnd_msg_pub.add_exc_msg
8151: ( 'inv_loc_wms_utils'
8152: , 'upd_empty_mixed_flag_rcv_loc'
8153: );
8154: END IF;

Line 8156: fnd_msg_pub.count_and_get

8152: , 'upd_empty_mixed_flag_rcv_loc'
8153: );
8154: END IF;
8155:
8156: fnd_msg_pub.count_and_get
8157: ( p_count => x_msg_count,
8158: p_data => x_msg_data
8159: );
8160: END upd_empty_mixed_flag_rcv_loc;