DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on MTL_INTERORG_PARAMETERS

Line 1036: from mtl_interorg_parameters

1032:
1033: l_stmt_num := 6;
1034: select NVL(elemental_visibility_enabled,'N')
1035: into l_elemental_visible
1036: from mtl_interorg_parameters
1037: where from_organization_id = l_from_org
1038: and to_organization_id = l_to_org;
1039:
1040: l_stmt_num := 10;