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.10.12020000.3 2013/02/17 12:38:14 blavu 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: --bug 7297065
12: FUNCTION IS_DISABLE_ALLOW(p_org_id NUMBER ,
13: p_loc_id NUMBER )

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

161: */
162: --DBMS_output.put_line('more params passed than needed');
163: fnd_message.set_name('FND', 'FLEX-INVALID CONTEXT');
164: fnd_message.set_token('CONTEXT', 'NULL');
165: fnd_message.set_token('ROUTINE','INV_LOC_WMS_PUB');
166: fnd_msg_pub.ADD;
167: RAISE fnd_api.g_exc_error;
168: END IF;
169:

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

2321: --DBMS_output.put_line('In others '||sqlerrm);
2322: ROLLBACK TO location_item_restrict;
2323:
2324: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2325: fnd_msg_pub.add_exc_msg('INV_LOC_WMS_PUB', 'create_loc_item_tie');
2326: END IF;
2327:
2328: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2329: END create_loc_item_tie;

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

2690: x_return_status := fnd_api.g_ret_sts_unexp_error;
2691: ROLLBACK TO del_loc_api;
2692:
2693: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2694: fnd_msg_pub.add_exc_msg('inv_loc_wms_pub', 'delete_locator');
2695: END IF;
2696:
2697: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2698: END delete_locator;

Line 2701: END inv_loc_wms_pub;

2697: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2698: END delete_locator;
2699:
2700:
2701: END inv_loc_wms_pub;