DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on WSH_PICKING_BATCHES_PKG

Line 2149: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);

2145: END IF;
2146:
2147: -- bug 5117876, direct insert into wsh_picking_batches table is replaced
2148: IF l_debug_on THEN
2149: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
2150: END IF;
2151:
2152: WSH_PICKING_BATCHES_PKG.Insert_Row(
2153: X_Rowid => l_rowid,

Line 2152: WSH_PICKING_BATCHES_PKG.Insert_Row(

2148: IF l_debug_on THEN
2149: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
2150: END IF;
2151:
2152: WSH_PICKING_BATCHES_PKG.Insert_Row(
2153: X_Rowid => l_rowid,
2154: X_Batch_Id => l_batch_rec.batch_id,
2155: P_Creation_Date => SYSDATE,
2156: P_Created_By => l_user_id,

Line 2561: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);

2557: END IF;
2558:
2559: -- bug 5117876, direct insert into wsh_picking_batches table is replaced
2560: IF l_debug_on THEN
2561: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
2562: END IF;
2563:
2564: WSH_PICKING_BATCHES_PKG.Insert_Row(
2565: X_Rowid => l_rowid,

Line 2564: WSH_PICKING_BATCHES_PKG.Insert_Row(

2560: IF l_debug_on THEN
2561: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PICKING_BATCHES_PKG.INSERT_ROW',WSH_DEBUG_SV.C_PROC_LEVEL);
2562: END IF;
2563:
2564: WSH_PICKING_BATCHES_PKG.Insert_Row(
2565: X_Rowid => l_rowid,
2566: X_Batch_Id => l_batch_rec.batch_id,
2567: P_Creation_Date => SYSDATE,
2568: P_Created_By => l_user_id,