DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on MTL_INTERORG_PARAMETERS

Line 3692: from mtl_interorg_parameters

3688: -- do elemental visibility check for interorg transfer
3689: if (i_txn_action_id in (12,21,3)) then
3690: select NVL(elemental_visibility_enabled,'N')
3691: into l_elemental_visible
3692: from mtl_interorg_parameters
3693: where from_organization_id = l_from_org
3694: and to_organization_id = l_to_org;
3695: end if;
3696: