DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on WMS_UI_TASKS_APIS

Line 1410: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND

1406: /* FP-J Lot/Serial Support Enhancement
1407: * Read the currentand PO patch levels and set the flag (that would be used to
1408: * match the Lot Number and the LPN) accordingly
1409: */
1410: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
1411: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
1412: l_wms_po_j_higher := TRUE;
1413: IF (l_debug = 1) THEN
1414: print_debug('WMS and PO patch levels are J or higher', 4);

Line 1411: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN

1407: * Read the currentand PO patch levels and set the flag (that would be used to
1408: * match the Lot Number and the LPN) accordingly
1409: */
1410: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
1411: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
1412: l_wms_po_j_higher := TRUE;
1413: IF (l_debug = 1) THEN
1414: print_debug('WMS and PO patch levels are J or higher', 4);
1415: END IF;

Line 2635: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND

2631: /* FP-J Lot/Serial Support Enhancement
2632: * Read the currentand PO patch levels and set the flag (that would be used to
2633: * match the Lot Number and the LPN) accordingly
2634: */
2635: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
2636: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
2637: l_wms_po_j_higher := TRUE;
2638: IF (l_debug = 1) THEN
2639: print_debug('PACK_INTO_RECEIVING:WMS and PO patch levels are J or higher', 4);

Line 2636: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN

2632: * Read the currentand PO patch levels and set the flag (that would be used to
2633: * match the Lot Number and the LPN) accordingly
2634: */
2635: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
2636: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
2637: l_wms_po_j_higher := TRUE;
2638: IF (l_debug = 1) THEN
2639: print_debug('PACK_INTO_RECEIVING:WMS and PO patch levels are J or higher', 4);
2640: END IF;

Line 3341: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND

3337: -- WHEN NO_DATA_FOUND THEN
3338: -- NULL;
3339: -- END;
3340:
3341: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
3342: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
3343: l_wms_po_j_higher := TRUE;
3344: IF (l_debug = 1) THEN
3345: print_debug('CREATE_RETURN_RESV:WMS and PO patch levels are J or higher', 4);

Line 3342: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN

3338: -- NULL;
3339: -- END;
3340:
3341: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
3342: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
3343: l_wms_po_j_higher := TRUE;
3344: IF (l_debug = 1) THEN
3345: print_debug('CREATE_RETURN_RESV:WMS and PO patch levels are J or higher', 4);
3346: END IF;