[Home] [Help]
3035: -- do elemental visibility check for interorg transfer
3036: if (i_txn_action_id in (12,21,3)) then
3037: select NVL(elemental_visibility_enabled,'N')
3038: into l_elemental_visible
3039: from mtl_interorg_parameters
3040: where from_organization_id = l_from_org
3041: and to_organization_id = l_to_org;
3042: end if;
3043:
4679:
4680: l_stmt_num := 6;
4681: select NVL(elemental_visibility_enabled,'N')
4682: into l_elemental_visible
4683: from mtl_interorg_parameters
4684: where from_organization_id = l_from_org
4685: and to_organization_id = l_to_org;
4686:
4687: l_stmt_num := 7;
8596: INTERORG_PAYABLES_ACCOUNT
8597: INTO
8598: l_credit_account
8599: FROM
8600: MTL_INTERORG_PARAMETERS
8601: WHERE
8602: FROM_ORGANIZATION_ID = l_parent_org_id
8603: AND TO_ORGANIZATION_ID = l_logical_org_id;
8604: