DBA Data[Home] [Help]

APPS.WIP_SF_CUSTOM_ATTRIBUTES dependencies on STANDARD

Line 116: bom_standard_operations bso,

112: bom_operation_sequences bos,
113: bom_operation_sequences bos2,
114: bom_operational_routings bor,
115: bom_departments bd,
116: bom_standard_operations bso,
117: mtl_parameters mp
118: WHERE bor.organization_id = wfs.organization_id
119: and bor.assembly_item_id = wfs.primary_item_id
120: and bor.line_id = wfs.line_id

Line 135: and bso.standard_operation_id (+) = bos2.standard_operation_id

131: and wfs.organization_id = mp.organization_id
132: and trunc(BOS2.effectivity_date) <= trunc(nvl(WFS.routing_revision_date,sysdate))
133: and (BOS2.disable_date is null or trunc(BOS2.disable_date) > trunc(WFS.routing_revision_date))
134: and bd.department_id = bos2.department_id
135: and bso.standard_operation_id (+) = bos2.standard_operation_id
136: and wl.line_id = wfs.line_id
137: and wl.organization_id = wfs.organization_id;
138:
139: wip_sf_custom_api.event_custom_api (