DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on OE_ORDER_TYPES_V

Line 6119: oe_order_types_v oot,

6115: into l_add_to_order_id
6116: from csd_repairs dr,
6117: cs_estimate_details ced,
6118: oe_order_headers_all ooh,
6119: oe_order_types_v oot,
6120: cs_incidents_all_b sr -- swai: bug 5931926
6121: where dr.repair_line_id = p_repair_line_id
6122: and ced.incident_id = dr.incident_id
6123: and ced.order_header_id is not null

Line 6154: oe_order_types_v oot,

6150: into l_add_to_order_id
6151: from csd_repairs dr,
6152: cs_estimate_details ced,
6153: oe_order_headers_all ooh,
6154: oe_order_types_v oot,
6155: cs_incidents_all_b sr -- swai: bug 5931926
6156: where dr.repair_line_id = p_repair_line_id
6157: and ced.incident_id = dr.incident_id
6158: and ced.order_header_id is not null