DBA Data[Home] [Help]

APPS.INV_LOC_WMS_PUB dependencies on INV_LOC_WMS_PUB

Line 1: PACKAGE BODY inv_loc_wms_pub AS

1: PACKAGE BODY inv_loc_wms_pub AS
2: /* $Header: INVLOCPB.pls 120.6.12000000.3 2007/04/15 12:31:14 smarwah ship $*/
3:
4: /**
5: * Table to pass DFF attributes to create_locator and update_locator apis

Line 9: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_LOC_WMS_PUB';

5: * Table to pass DFF attributes to create_locator and update_locator apis
6: **/
7: TYPE char_tbl IS TABLE OF VARCHAR2(1500) INDEX BY BINARY_INTEGER;
8:
9: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_LOC_WMS_PUB';
10:
11: PROCEDURE DEBUG(p_msg VARCHAR2) IS
12: l_version VARCHAR2(240);
13: BEGIN

Line 113: fnd_message.set_token('ROUTINE','INV_LOC_WMS_PUB');

109: */
110: --DBMS_output.put_line('more params passed than needed');
111: fnd_message.set_name('FND', 'FLEX-INVALID CONTEXT');
112: fnd_message.set_token('CONTEXT', 'NULL');
113: fnd_message.set_token('ROUTINE','INV_LOC_WMS_PUB');
114: fnd_msg_pub.ADD;
115: RAISE fnd_api.g_exc_error;
116: END IF;
117:

Line 2229: fnd_msg_pub.add_exc_msg('INV_LOC_WMS_PUB', 'create_loc_item_tie');

2225: --DBMS_output.put_line('In others '||sqlerrm);
2226: ROLLBACK TO location_item_restrict;
2227:
2228: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2229: fnd_msg_pub.add_exc_msg('INV_LOC_WMS_PUB', 'create_loc_item_tie');
2230: END IF;
2231:
2232: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2233: END create_loc_item_tie;

Line 2598: fnd_msg_pub.add_exc_msg('inv_loc_wms_pub', 'delete_locator');

2594: x_return_status := fnd_api.g_ret_sts_unexp_error;
2595: ROLLBACK TO del_loc_api;
2596:
2597: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2598: fnd_msg_pub.add_exc_msg('inv_loc_wms_pub', 'delete_locator');
2599: END IF;
2600:
2601: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2602: END delete_locator;

Line 2605: END inv_loc_wms_pub;

2601: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2602: END delete_locator;
2603:
2604:
2605: END inv_loc_wms_pub;