DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on MTL_UOM_CONVERSIONS

Line 1779: from cst_activities cst, mtl_uom_conversions muc, bom_resources res, bom_department_resources bdr

1775:
1776: CURSOR c_res_cur IS --rhshriva
1777: select res.resource_code,
1778: res.unit_of_measure
1779: from cst_activities cst, mtl_uom_conversions muc, bom_resources res, bom_department_resources bdr
1780: where nvl(res.disable_date,sysdate+2) > sysdate
1781: and res.resource_id = bdr.resource_id
1782: and res.default_activity_id = cst.activity_id(+)
1783: and (cst.organization_id = res.organization_id or cst.organization_id is null)