DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on MTL_INTERORG_PARAMETERS

Line 1102: from mtl_interorg_parameters

1098:
1099: l_stmt_num := 6;
1100: select NVL(elemental_visibility_enabled,'N')
1101: into l_elemental_visible
1102: from mtl_interorg_parameters
1103: where from_organization_id = l_from_org
1104: and to_organization_id = l_to_org;
1105:
1106: l_stmt_num := 10;