DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_BATCH_STEP_CHARGES

Line 642: l_batch_step_charges_in gme_batch_step_charges%ROWTYPE;

638: AND scale_type = 2);
639:
640: l_scale_type gme_batch_step_resources.scale_type%TYPE;
641: l_remaining_quantity NUMBER;
642: l_batch_step_charges_in gme_batch_step_charges%ROWTYPE;
643: l_return_status VARCHAR2 (1);
644: l_charge gme_batch_steps.plan_charges%TYPE;
645: l_batch_id NUMBER;
646: l_rsrc_plan_start_date DATE;

Line 802: --Generating the charge details and populating the gme_batch_step_charges table.

798: gme_debug.put_line ('l_scale_type is' || l_scale_type);
799: END IF;
800:
801: IF l_scale_type = 1 THEN
802: --Generating the charge details and populating the gme_batch_step_charges table.
803: l_charge := x_charge;
804:
805: OPEN cur_get_batch_id (p_step_id);
806:

Line 2663: /*DELETE FROM gme_batch_step_charges

2659: gme_debug.put_line('Capacity Resource : '||l_resource);
2660: END IF;
2661:
2662: /*clear the charges */
2663: /*DELETE FROM gme_batch_step_charges
2664: WHERE batchstep_id = l_step_rec.batchstep_id; */
2665: gme_batch_step_chg_pvt.clear_charges(
2666: p_batch_id => x_batchstep_rec.batch_id
2667: ,p_batchstep_id => x_batchstep_rec.batchstep_id