DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on MTL_INTERORG_PARAMETERS

Line 205: MTL_INTERORG_PARAMETERS mip

201: DECODE(transaction_action_id, 3, transfer_organization,
202: 21, transfer_organization,
203: organization_id) TO_ORGANIZATION_ID
204: FROM MTL_MATERIAL_TRANSACTIONS_TEMP mmtt,
205: MTL_INTERORG_PARAMETERS mip
206: WHERE mip.from_organization_id (+) = mmtt.organization_id
207: AND mip.to_organization_id (+) = mmtt.transfer_organization
208: AND mmtt.transaction_temp_id = p_line_id;
209:

Line 212: FROM MTL_INTERORG_PARAMETERS

208: AND mmtt.transaction_temp_id = p_line_id;
209:
210: CURSOR c_fob_point IS
211: SELECT fob_point
212: FROM MTL_INTERORG_PARAMETERS
213: WHERE from_organization_id = l_organization_id/*changed from l_source_organization_id for 3224420*/
214: AND to_organization_id = l_transfer_organization_id;
215:
216: --cursor used to determine if the rule package exists