DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on FND_TABLES

Line 4474: FROM fnd_tables

4470: -- The check for this table is included to determine if the env is at wms I level
4471: IF ( G_WMS_I_OR_ABOVE IS NULL ) THEN
4472: BEGIN
4473: SELECT 1 INTO l_dummy_num
4474: FROM fnd_tables
4475: WHERE table_name = 'WMS_OP_PLANS_B'
4476: AND rownum < 2;
4477: G_WMS_I_OR_ABOVE := TRUE;
4478: EXCEPTION