DBA Data[Home] [Help]

APPS.CSD_SOO_PVT dependencies on CS_ESTIMATE_DETAILS

Line 2235: cs_estimate_details edt,

2231: lv.lookup_code status_code
2232: from oe_order_lines_all oel,
2233: oe_order_headers_all oeh,
2234: csd_product_transactions dpt,
2235: cs_estimate_details edt,
2236: csd_repairs dra,
2237: fnd_lookup_values lv
2238: where oeh.header_id = oel.header_id
2239: and dpt.estimate_detail_id = edt.estimate_detail_id

Line 2537: cs_estimate_details edt,

2533: lv.lookup_code status_code
2534: from oe_order_lines_all oel,
2535: oe_order_headers_all oeh,
2536: csd_product_transactions dpt,
2537: cs_estimate_details edt,
2538: csd_repairs dra,
2539: fnd_lookup_values lv
2540: where oeh.header_id = oel.header_id
2541: and dpt.estimate_detail_id = edt.estimate_detail_id

Line 2841: cs_estimate_details edt,

2837: lv.lookup_code status_code
2838: from oe_order_lines_all oel,
2839: oe_order_headers_all oeh,
2840: csd_product_transactions dpt,
2841: cs_estimate_details edt,
2842: csd_repairs dra,
2843: fnd_lookup_values lv
2844: where oeh.header_id = oel.header_id
2845: and dpt.estimate_detail_id = edt.estimate_detail_id

Line 3145: cs_estimate_details edt,

3141: lv.lookup_code status_code
3142: from oe_order_lines_all oel,
3143: oe_order_headers_all oeh,
3144: csd_product_transactions dpt,
3145: cs_estimate_details edt,
3146: csd_repairs dra,
3147: fnd_lookup_values lv
3148: where oeh.header_id = oel.header_id
3149: and dpt.estimate_detail_id = edt.estimate_detail_id

Line 3451: cs_estimate_details edt,

3447: wsh_delivery_assignments_v wda,
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