DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on WMS_UI_TASKS_APIS

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

1425: /* FP-J Lot/Serial Support Enhancement
1426: * Read the currentand PO patch levels and set the flag (that would be used to
1427: * match the Lot Number and the LPN) accordingly
1428: */
1429: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
1430: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
1431: l_wms_po_j_higher := TRUE;
1432: IF (l_debug = 1) THEN
1433: print_debug('WMS and PO patch levels are J or higher', 4);

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

1426: * Read the currentand PO patch levels and set the flag (that would be used to
1427: * match the Lot Number and the LPN) accordingly
1428: */
1429: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
1430: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
1431: l_wms_po_j_higher := TRUE;
1432: IF (l_debug = 1) THEN
1433: print_debug('WMS and PO patch levels are J or higher', 4);
1434: END IF;

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

3543: /* FP-J Lot/Serial Support Enhancement
3544: * Read the currentand PO patch levels and set the flag (that would be used to
3545: * match the Lot Number and the LPN) accordingly
3546: */
3547: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
3548: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
3549: l_wms_po_j_higher := TRUE;
3550: IF (l_debug = 1) THEN
3551: print_debug('PACK_INTO_RECEIVING:WMS and PO patch levels are J or higher', 4);

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

3544: * Read the currentand PO patch levels and set the flag (that would be used to
3545: * match the Lot Number and the LPN) accordingly
3546: */
3547: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
3548: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
3549: l_wms_po_j_higher := TRUE;
3550: IF (l_debug = 1) THEN
3551: print_debug('PACK_INTO_RECEIVING:WMS and PO patch levels are J or higher', 4);
3552: END IF;

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

4249: -- WHEN NO_DATA_FOUND THEN
4250: -- NULL;
4251: -- END;
4252:
4253: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
4254: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
4255: l_wms_po_j_higher := TRUE;
4256: IF (l_debug = 1) THEN
4257: print_debug('CREATE_RETURN_RESV:WMS and PO patch levels are J or higher', 4);

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

4250: -- NULL;
4251: -- END;
4252:
4253: IF ((WMS_UI_TASKS_APIS.g_wms_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j) AND
4254: (WMS_UI_TASKS_APIS.g_po_patch_level >= WMS_UI_TASKS_APIS.g_patchset_j_po)) THEN
4255: l_wms_po_j_higher := TRUE;
4256: IF (l_debug = 1) THEN
4257: print_debug('CREATE_RETURN_RESV:WMS and PO patch levels are J or higher', 4);
4258: END IF;