DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on CSD_REPAIR_TYPES_B

Line 2466: Update csd_repair_types_b set repair_type_ref = 'RR' where repair_type_ref = 'WR';

2462: BEGIN
2463:
2464: BEGIN
2465:
2466: Update csd_repair_types_b set repair_type_ref = 'RR' where repair_type_ref = 'WR';
2467: /*
2468: EXCEPTION
2469: WHEN error_process THEN
2470: ROLLBACK TO CSD_MASS_RO_SN_ERRORS;

Line 2491: Update csd_repair_types_b set repair_type_ref = 'ARR' where repair_type_ref = 'WRL';

2487: */
2488: END;
2489:
2490: BEGIN
2491: Update csd_repair_types_b set repair_type_ref = 'ARR' where repair_type_ref = 'WRL';
2492: /*
2493: EXCEPTION
2494: WHEN error_process THEN
2495: ROLLBACK TO CSD_MASS_RO_SN_ERRORS;

Line 3379: csd_repair_types_b crt,

3375: NULL, -- source_serial_number
3376: NULL -- non_source_serial_number
3377: From csd_product_transactions cpt ,
3378: csd_repairs cr ,
3379: csd_repair_types_b crt,
3380: cs_estimate_details ced ,
3381: oe_order_headers_all ooha,
3382: oe_order_lines_all oola ,
3383: mtl_system_items_b msi