DBA Data[Home] [Help]

APPS.WSH_PICKING_BATCHES_PUB dependencies on WSH_REPORT_SETS

Line 24: Document_Set_Name wsh_report_sets.name%TYPE,

20: --
21: TYPE Batch_Info_rec IS Record (
22: Backorders_Only_Flag wsh_picking_batches.Backorders_Only_Flag%TYPE,
23: Document_Set_Id wsh_picking_batches.Document_Set_Id%TYPE,
24: Document_Set_Name wsh_report_sets.name%TYPE,
25: Existing_Rsvs_Only_Flag wsh_picking_batches.Existing_Rsvs_Only_Flag%TYPE,
26: Shipment_Priority_Code wsh_picking_batches.Shipment_Priority_Code%TYPE,
27: Ship_Method_Code wsh_picking_batches.Ship_Method_Code%TYPE,
28: Ship_Method_Name fnd_lookup_values_vl.meaning%TYPE,