DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on CST_ACTIVITIES

Line 2116: from cst_activities ca,

2112: br.organization_id,
2113: to_char(bdr.department_id) as department_id,
2114: (select meaning from mfg_lookups m1 where m1.lookup_type like 'BOM_RESOURCE_TYPE' and m1.lookup_code = 2) meaning,
2115: to_char(br.resource_id) as res_id
2116: from cst_activities ca,
2117: bom_department_resources bdr,
2118: bom_resources br
2119: where br.resource_id = bdr.resource_id and
2120: br.default_activity_id = ca.activity_id (+) and