DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on CST_ACTIVITIES

Line 2123: from cst_activities ca,

2119: br.organization_id,
2120: to_char(bdr.department_id) as department_id,
2121: (select meaning from mfg_lookups m1 where m1.lookup_type like 'BOM_RESOURCE_TYPE' and m1.lookup_code = 2) meaning,
2122: to_char(br.resource_id) as res_id
2123: from cst_activities ca,
2124: bom_department_resources bdr,
2125: bom_resources br
2126: where br.resource_id = bdr.resource_id and
2127: br.default_activity_id = ca.activity_id (+) and