DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on MTL_INTERORG_PARAMETERS

Line 3675: from mtl_interorg_parameters

3671: -- do elemental visibility check for interorg transfer
3672: if (i_txn_action_id in (12,21,3)) then
3673: select NVL(elemental_visibility_enabled,'N')
3674: into l_elemental_visible
3675: from mtl_interorg_parameters
3676: where from_organization_id = l_from_org
3677: and to_organization_id = l_to_org;
3678: end if;
3679: