DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on MTL_INTERORG_PARAMETERS

Line 1270: from mtl_interorg_parameters

1266: else
1267: -- If this returns a row, the interorg network is defined
1268: select count(1)
1269: into org_network
1270: from mtl_interorg_parameters
1271: where to_organization_id = X_org_id
1272: and from_organization_id = X_source_org
1273: and rownum = 1;
1274: