DBA Data[Home] [Help]

APPS.GME_TERMINATE_STEP_PVT dependencies on GME_BATCH_STEP_RSRC_SUMMARY

Line 83: gme_batch_step_rsrc_summary table, as this table

79: RAISE invalid_step_status;
80: END IF;
81: Bug# 2841929(back port 2836788) We need to remove the
82: resource information for the
83: gme_batch_step_rsrc_summary table, as this table
84: should only hold data of the resources which are in
85: PENDING or WIP */
86: DELETE FROM gme_batch_step_rsrc_summary
87: WHERE batchstep_id = x_batch_step_rec.batchstep_id;

Line 86: DELETE FROM gme_batch_step_rsrc_summary

82: resource information for the
83: gme_batch_step_rsrc_summary table, as this table
84: should only hold data of the resources which are in
85: PENDING or WIP */
86: DELETE FROM gme_batch_step_rsrc_summary
87: WHERE batchstep_id = x_batch_step_rec.batchstep_id;
88:
89: /* Get all the activities associated with the step */
90: /* OPEN cur_get_activities (x_batch_step.batchstep_id);