DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 681: gme_update_step_qty_pvt.update_step_qty

677: cur_item_step_asso (l_batch_header.batch_id) LOOP
678: l_batch_step.batchstep_id :=
679: l_cur_item_step_asso.batchstep_id;
680: l_in_batch_step := l_batch_step;
681: gme_update_step_qty_pvt.update_step_qty
682: (l_in_batch_step
683: ,l_count
684: ,l_list
685: ,l_return_status

Line 1190: gme_update_step_qty_pvt.update_step_qty (l_in_batch_step

1186: cur_item_step_asso (l_batch_header.batch_id) LOOP
1187: l_batch_step.batchstep_id :=
1188: l_cur_item_step_asso.batchstep_id;
1189: l_in_batch_step := l_batch_step;
1190: gme_update_step_qty_pvt.update_step_qty (l_in_batch_step
1191: ,l_count
1192: ,l_list
1193: ,l_return_status
1194: ,l_batch_step);

Line 1510: gme_update_step_qty_pvt.calc_charge

1506: * p_routing_scale_factor
1507: ,5);
1508: l_prev_charge := l_batch_step.actual_charges;
1509: /* Let us calculate actual charges based on the change to the qty */
1510: gme_update_step_qty_pvt.calc_charge
1511: (p_step_id => l_batch_step.batchstep_id
1512: ,p_mass_qty => l_batch_step.actual_mass_qty
1513: ,p_vol_qty => l_batch_step.actual_volume_qty
1514: ,x_charge => l_charge

Line 1528: gme_update_step_qty_pvt.update_step_qty

1524: END IF;
1525:
1526: IF l_batch_step.step_status = 1 THEN
1527: l_in_batch_step := l_batch_step;
1528: gme_update_step_qty_pvt.update_step_qty
1529: (p_batch_step_rec => l_in_batch_step
1530: ,x_batch_step_rec => l_batch_step
1531: ,x_message_count => l_message_count
1532: ,x_message_list => l_message_list

Line 1586: gme_update_step_qty_pvt.adjust_actual_usage

1582: END IF;
1583: END IF;
1584:
1585: IF l_update_inventory_ind = 'Y' THEN
1586: gme_update_step_qty_pvt.adjust_actual_usage
1587: (p_batch_step_resources_rec => l_gme_batchstep_resources
1588: ,x_return_status => l_return_status);
1589:
1590: IF l_return_status <> x_return_status THEN