DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on WMS_PUTAWAY_GROUP_TASKS_GTMP

Line 4413: wms_putaway_group_tasks_gtmp

4409: -- Update putaway_temp_table if necessary
4410: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4411: BEGIN
4412: UPDATE
4413: wms_putaway_group_tasks_gtmp
4414: SET
4415: primary_quantity = l_orig_mmtt_rec.primary_quantity
4416: ,transaction_quantity = Decode(primary_quantity,
4417: transaction_quantity,

Line 4565: wms_putaway_group_tasks_gtmp

4561: -- Update MOL of putaway_temp_table if necessary
4562: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4563: BEGIN
4564: UPDATE
4565: wms_putaway_group_tasks_gtmp
4566: SET move_order_line_id = x_new_mol_rec.line_id
4567: WHERE transaction_temp_id = l_orig_mmtt_rec.transaction_temp_id
4568: AND move_order_line_id = x_orig_mol_rec.line_id
4569: AND row_type = 'All Task';

Line 4665: wms_putaway_group_tasks_gtmp

4661: -- Delete from putawau_temp_table if necessary
4662: IF (p_updt_putaway_temp_tbl = fnd_api.g_true) THEN
4663: BEGIN
4664: UPDATE
4665: wms_putaway_group_tasks_gtmp
4666: SET
4667: move_order_line_id = x_new_mol_rec.line_id
4668: WHERE transaction_temp_id = l_orig_mmtt_rec.transaction_temp_id
4669: AND move_order_line_id = x_orig_mol_rec.line_id