DBA Data[Home] [Help]

APPS.WMS_SHIPPING_PUB dependencies on STANDARD

Line 174: -- Standard check of p_commit.

170: END IF; -- wms_globals.g_ship_confirm_method <> 'DIRECT' THEN
171: END LOOP;
172: END IF;
173:
174: -- Standard check of p_commit.
175: IF fnd_api.to_boolean(p_commit) THEN
176: COMMIT WORK;
177: END IF;
178: