DBA Data[Home] [Help]

APPS.CSTPCINT dependencies on WSM_PARAMETERS

Line 179: from mtl_parameters mp,wsm_parameters wsm

175:
176: /* If destination organization is not wsm enabled, then leave yielded cost as null */
177: select count(*)
178: into l_to_wsm_flag
179: from mtl_parameters mp,wsm_parameters wsm
180: where wsm.organization_id = i_to_org_id
181: and mp.organization_id = wsm.organization_id
182: and UPPER(mp.wsm_enabled_flag) = 'Y';
183: