[Home] [Help]
APPS.MSC_ATP_DB_UTILS dependencies on MRP_ATP_DETAILS_TEMP
Line 57: p_pegging_rec IN mrp_atp_details_temp%ROWTYPE,
53: );
54:
55:
56: PROCEDURE Add_Pegging(
57: p_pegging_rec IN mrp_atp_details_temp%ROWTYPE,
58: x_pegging_id OUT NoCopy number
59: );
60:
61: