DBA Data[Home] [Help]

APPS.MRP_WB_BUCKET_DATES dependencies on MRP_MATERIAL_PLANS

Line 436: DELETE mrp_material_plans

432: WHERE compile_designator = arg_compile_designator
433: AND organization_id = arg_organization_id
434: AND bucket_type IN (DAILY_BUCKET, WEEKLY_BUCKET, PERIODIC_BUCKET);
435:
436: DELETE mrp_material_plans
437: WHERE compile_designator = arg_compile_designator
438: AND organization_id = arg_organization_id;
439:
440:

Line 482: DELETE mrp_material_plans

478: NULL;
479: END;
480:
481: BEGIN
482: DELETE mrp_material_plans
483: WHERE compile_designator = arg_compile_designator
484: AND organization_id = arg_organization_id;
485: EXCEPTION WHEN NO_DATA_FOUND THEN
486: NULL;