DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WSH_UTIL_CORE

Line 120: g_line_rows WSH_UTIL_CORE.id_tab_type;

116: -- Task Record
117: SUBTYPE task_rec IS wms_dispatched_tasks%ROWTYPE;
118:
119: --Added for bug 5286880
120: g_line_rows WSH_UTIL_CORE.id_tab_type;
121: g_grouping_rows WSH_UTIL_CORE.id_tab_type;
122:
123:
124: /**

Line 121: g_grouping_rows WSH_UTIL_CORE.id_tab_type;

117: SUBTYPE task_rec IS wms_dispatched_tasks%ROWTYPE;
118:
119: --Added for bug 5286880
120: g_line_rows WSH_UTIL_CORE.id_tab_type;
121: g_grouping_rows WSH_UTIL_CORE.id_tab_type;
122:
123:
124: /**
125: * This procedure will call the inv_log_util package to log the messages

Line 12517: (p_line_rows IN WSH_UTIL_CORE.id_tab_type)

12513:
12514: END populate_grouping_rows;
12515:
12516: FUNCTION get_grouping_count
12517: (p_line_rows IN WSH_UTIL_CORE.id_tab_type)
12518: RETURN NUMBER IS
12519:
12520: l_count NUMBER;
12521: l_bo_dd_id NUMBER := -1;