DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on WMS_PUTAWAY_GROUP_TASKS_GTMP

Line 4482: wms_putaway_group_tasks_gtmp

4478: -- Update putaway_temp_table if necessary
4479: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4480: BEGIN
4481: UPDATE
4482: wms_putaway_group_tasks_gtmp
4483: SET
4484: primary_quantity = l_orig_mmtt_rec.primary_quantity
4485: ,transaction_quantity = Decode(primary_quantity,
4486: transaction_quantity,

Line 4634: wms_putaway_group_tasks_gtmp

4630: -- Update MOL of putaway_temp_table if necessary
4631: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4632: BEGIN
4633: UPDATE
4634: wms_putaway_group_tasks_gtmp
4635: SET move_order_line_id = x_new_mol_rec.line_id
4636: WHERE transaction_temp_id = l_orig_mmtt_rec.transaction_temp_id
4637: AND move_order_line_id = x_orig_mol_rec.line_id
4638: AND row_type = 'All Task';

Line 4734: wms_putaway_group_tasks_gtmp

4730: -- Delete from putawau_temp_table if necessary
4731: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4732: BEGIN
4733: UPDATE
4734: wms_putaway_group_tasks_gtmp
4735: SET
4736: move_order_line_id = x_new_mol_rec.line_id
4737: WHERE transaction_temp_id = l_orig_mmtt_rec.transaction_temp_id
4738: AND move_order_line_id = x_orig_mol_rec.line_id