DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on MTL_INTERORG_PARAMETERS

Line 1268: from mtl_interorg_parameters

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