DBA Data[Home] [Help]

APPS.CSD_SOO_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 403: ORG_ORGANIZATION_DEFINITIONS orgd,

399: from
400: csd_repairs dra,
401: wip_discrete_jobs wdj,
402: wip_entities we,
403: ORG_ORGANIZATION_DEFINITIONS orgd,
404: csd_repair_job_xref xref
405: where
406: xref.wip_entity_id = wdj.wip_entity_id and
407: xref.wip_entity_id = we.wip_entity_id and

Line 699: ORG_ORGANIZATION_DEFINITIONS orgd,

695: inc.incident_status_id status_id,
696: null status_code
697: from
698: csd_repairs dra,
699: ORG_ORGANIZATION_DEFINITIONS orgd,
700: cs_incidents_all_b inc
701: where
702: dra.incident_id = inc.incident_id and
703: orgd.organization_id(+) = inc.inv_organization_id and

Line 993: ORG_ORGANIZATION_DEFINITIONS orgd,

989: tsk.task_status_id status_id,
990: null status_code
991: from cs_sr_tasks_v tsk,
992: cs_incidents_all_b inc,
993: ORG_ORGANIZATION_DEFINITIONS orgd,
994: csd_repairs dra
995: where
996: tsk.source_object_type_code = 'SR' and
997: dra.incident_id = inc.incident_id and

Line 3452: ORG_ORGANIZATION_DEFINITIONS orgd,

3448: wsh_new_deliveries wnd,
3449: oe_order_lines_all oel,
3450: csd_product_transactions dpt,
3451: cs_estimate_details edt,
3452: ORG_ORGANIZATION_DEFINITIONS orgd,
3453: csd_repairs dra
3454: where
3455: oel.line_id = wdd.source_line_id AND
3456: wdd.delivery_detail_id = wda.delivery_detail_id AND