DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on FND_TABLES

Line 4811: FROM fnd_tables

4807: -- The check for this table is included to determine if the env is at wms I level
4808: IF ( G_WMS_I_OR_ABOVE IS NULL ) THEN
4809: BEGIN
4810: SELECT 1 INTO l_dummy_num
4811: FROM fnd_tables
4812: WHERE table_name = 'WMS_OP_PLANS_B'
4813: AND rownum < 2;
4814: G_WMS_I_OR_ABOVE := TRUE;
4815: EXCEPTION