DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on MTL_INTERORG_PARAMETERS

Line 2872: from mtl_interorg_parameters

2868: -- do elemental visibility check for interorg transfer
2869: if (i_txn_action_id in (12,21,3)) then
2870: select NVL(elemental_visibility_enabled,'N')
2871: into l_elemental_visible
2872: from mtl_interorg_parameters
2873: where from_organization_id = l_from_org
2874: and to_organization_id = l_to_org;
2875: end if;
2876:

Line 4508: from mtl_interorg_parameters

4504:
4505: l_stmt_num := 6;
4506: select NVL(elemental_visibility_enabled,'N')
4507: into l_elemental_visible
4508: from mtl_interorg_parameters
4509: where from_organization_id = l_from_org
4510: and to_organization_id = l_to_org;
4511:
4512: l_stmt_num := 7;

Line 8403: MTL_INTERORG_PARAMETERS

8399: INTERORG_PAYABLES_ACCOUNT
8400: INTO
8401: l_credit_account
8402: FROM
8403: MTL_INTERORG_PARAMETERS
8404: WHERE
8405: FROM_ORGANIZATION_ID = l_parent_org_id
8406: AND TO_ORGANIZATION_ID = l_logical_org_id;
8407: