DBA Data[Home] [Help]

APPS.WMS_OP_DEST_SYS_APIS dependencies on WSH_DELIVERY_DETAILS

Line 134: subinventory_code wsh_delivery_details.subinventory%TYPE,

130:
131: -- Start of changes done for Bug 16371756 FP of Bug 16344535
132: TYPE SugDestSubLocRec IS RECORD (
133: grouping_id NUMBER,
134: subinventory_code wsh_delivery_details.subinventory%TYPE,
135: locator_id wsh_delivery_details.locator_id%TYPE);
136:
137: TYPE SugDestSubLocTable IS TABLE OF SugDestSubLocRec INDEX BY LONG;
138: g_sug_dest_sub_loc_table SugDestSubLocTable;

Line 135: locator_id wsh_delivery_details.locator_id%TYPE);

131: -- Start of changes done for Bug 16371756 FP of Bug 16344535
132: TYPE SugDestSubLocRec IS RECORD (
133: grouping_id NUMBER,
134: subinventory_code wsh_delivery_details.subinventory%TYPE,
135: locator_id wsh_delivery_details.locator_id%TYPE);
136:
137: TYPE SugDestSubLocTable IS TABLE OF SugDestSubLocRec INDEX BY LONG;
138: g_sug_dest_sub_loc_table SugDestSubLocTable;
139: -- End of changes done for Bug 16371756 FP of Bug 16344535