DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MRP_ATP_SCHEDULE_TEMP

Line 56: update mrp_atp_schedule_temp

52: msc_sch_wb.atp_debug('Enter Update_Custom_Information');
53: END IF;
54:
55: FORALL i in 1..p_atp_rec.inventory_item_id.count
56: update mrp_atp_schedule_temp
57: Set
58: inventory_item_name = p_atp_rec.inventory_item_name(i),
59: source_organization_id = p_atp_rec.source_organization_id(i),
60: source_organization_code = p_atp_rec.source_organization_code(i),

Line 2522: ---update information in mrp_atp_schedule_temp

2518: IF l_modify_flag = 1 and l_custom_atp_rec.inventory_item_id.count > 0
2519: and l_custom_ret_sts = FND_API.G_RET_STS_SUCCESS THEN
2520:
2521: l_atp_rec_temp := l_custom_atp_rec;
2522: ---update information in mrp_atp_schedule_temp
2523: MSC_ATP_PUB.Update_Custom_Information(l_atp_rec_temp,
2524: p_session_id);
2525: END IF;
2526:

Line 2751: --- ATP inquiry gets data from mrp_atp_schedule_temp table.

2747: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');
2748: END IF;
2749:
2750: --- now we put the record back into temp table.
2751: --- ATP inquiry gets data from mrp_atp_schedule_temp table.
2752: --- If something goes wrong in ATP inquiry then we never get to the point to
2753: --- put the data back in the above table
2754: --AS a result we dont get a clue from ATP inquiry form as to what went wrong
2755: MSC_ATP_UTILS.put_into_temp_table(

Line 2840: --- ATP inquiry gets data from mrp_atp_schedule_temp table.

2836: END IF;
2837: -- End Error Handling Changes
2838:
2839: --- now we put the record back into temp table.
2840: --- ATP inquiry gets data from mrp_atp_schedule_temp table.
2841: --- If something goes wrong in ATP inquiry then we never get to the point to
2842: --- put the data back in the above table
2843: --AS a result we dont get a clue from ATP inquiry form as to what went wrong
2844: MSC_ATP_UTILS.put_into_temp_table(