DBA Data[Home] [Help]

APPS.WMS_SHIPPING_PUB dependencies on WMS_GLOBALS

Line 96: debug('wms_globals.g_ship_confirm_method : ' || wms_globals.g_ship_confirm_method);

92:
93: IF l_debug = 1 THEN
94: debug('Deleted Delivery : '||l_delivery_id);
95: debug('l_lpn_id_tab.count = : ' || l_lpn_id_tab.COUNT);
96: debug('wms_globals.g_ship_confirm_method : ' || wms_globals.g_ship_confirm_method);
97: END IF;
98:
99: -- MRANA .. bug4287561
100: -- Added the condition around the delete, as it should happen only if

Line 102: IF (wms_globals.g_ship_confirm_method IS NULL OR

98:
99: -- MRANA .. bug4287561
100: -- Added the condition around the delete, as it should happen only if
101: --it is not called from direct ship
102: IF (wms_globals.g_ship_confirm_method IS NULL OR
103: wms_globals.g_ship_confirm_method <> 'DIRECT') THEN
104:
105: IF l_debug = 1 THEN debug('Deleting WDT / MMTT '); END IF;
106:

Line 103: wms_globals.g_ship_confirm_method <> 'DIRECT') THEN

99: -- MRANA .. bug4287561
100: -- Added the condition around the delete, as it should happen only if
101: --it is not called from direct ship
102: IF (wms_globals.g_ship_confirm_method IS NULL OR
103: wms_globals.g_ship_confirm_method <> 'DIRECT') THEN
104:
105: IF l_debug = 1 THEN debug('Deleting WDT / MMTT '); END IF;
106:
107: /* MRANA :

Line 170: END IF; -- wms_globals.g_ship_confirm_method <> 'DIRECT' THEN

166: IF l_debug = 1 THEN
167: debug('sucessful deleting wms_shipping_transaction_temp where delivery_id = ' || l_delivery_id);
168: END IF;
169: END IF ;
170: END IF; -- wms_globals.g_ship_confirm_method <> 'DIRECT' THEN
171: END LOOP;
172: END IF;
173:
174: -- Standard check of p_commit.