DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on MTL_INTERORG_PARAMETERS

Line 178: FROM MTL_INTERORG_PARAMETERS

174: WHERE line_id = p_line_id;
175:
176: CURSOR c_fob_point IS
177: SELECT fob_point
178: FROM MTL_INTERORG_PARAMETERS
179: WHERE from_organization_id = l_organization_id/*changed from l_source_organization_id for 3224420*/
180: AND to_organization_id = l_transfer_organization_id;
181:
182: --cursor used to determine if the rule package exists