DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on INV_PP_DEBUG

Line 678: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;

674: g_pkg_name constant VARCHAR2(50) := 'WMS_SELECTION_CRITERIA_PVT';
675: l_api_version CONSTANT NUMBER := 1.0;
676: l_api_name constant VARCHAR2(30) := 'SEARCH';
677:
678: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;
679:
680:
681: l_rec_wsct WMS_SELECTION_CRITERIA_TXN%ROWTYPE;
682: l_rec_mtrl MTL_TXN_REQUEST_LINES%ROWTYPE;

Line 1261: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;

1257: g_pkg_name constant VARCHAR2(50) := 'WMS_SELECTION_CRITERIA_PVT';
1258: l_api_version CONSTANT NUMBER := 1.0;
1259: l_api_name constant VARCHAR2(30) := 'CG_MMTT_SEARCH';
1260:
1261: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;
1262:
1263: l_rec_wsct WMS_SELECTION_CRITERIA_TXN%ROWTYPE;
1264: -- l_rec_mtrl MTL_TXN_REQUEST_LINES%ROWTYPE;
1265:

Line 2112: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;

2108:
2109: g_pkg_name constant VARCHAR2(50) := 'WMS_RULES_WORKBENCH_PVT';
2110: l_api_version CONSTANT NUMBER := 1.0;
2111: l_api_name constant VARCHAR2(30) := 'cross_dock_search';
2112: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;
2113:
2114: l_sequence_number wms_selection_criteria_txn.sequence_number%type;
2115: l_return_type_code wms_selection_criteria_txn.return_type_code%type;
2116: l_return_type_id wms_selection_criteria_txn.return_type_id%type;