DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_OP_PLAN_INSTANCES_HIST

Line 690: INSERT INTO WMS_OP_PLAN_INSTANCES_HIST

686: print_debug('Archiving Plan Instances',l_module_name,9);
687: END IF;
688: l_progress:=20;
689:
690: INSERT INTO WMS_OP_PLAN_INSTANCES_HIST
691: (OP_PLAN_INSTANCE_ID,
692: OPERATION_PLAN_ID,
693: ACTIVITY_TYPE_ID,
694: PLAN_TYPE_ID,

Line 762: print_debug('Records inserted into WMS_OP_PLAN_INSTANCES_HISTORY '||SQL%ROWCOUNT,l_module_name,9);

758: FROM WMS_OP_PLAN_INSTANCES
759: WHERE op_plan_instance_id=p_op_plan_instance_id);
760:
761: IF (l_debug=1) THEN
762: print_debug('Records inserted into WMS_OP_PLAN_INSTANCES_HISTORY '||SQL%ROWCOUNT,l_module_name,9);
763: END IF;
764: l_progress:=30;
765:
766: INSERT INTO WMS_OP_OPERTN_INSTANCES_HIST