DBA Data[Home] [Help]

APPS.INV_LABEL_PVT8 dependencies on INV_CONTROL

Line 1467: ELSIF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

1463: ELSIF p_label_type_info.business_flow_code in (21) THEN
1464: -- Ship Confirm
1465: l_delivery_id := p_transaction_id;
1466: --Start Bug 6696594
1467: ELSIF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1468: -- Pick Release
1469: l_txn_temp_id := p_transaction_id;
1470: l_cart_id := NULL;
1471: --End Bug 6696594

Line 1549: ELSIF l_txn_temp_id iS NOT NULL AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

1545: END IF;
1546: l_cons_wdd.number_of_total := l_number_of_total;
1547:
1548: --Start Bug 6696594
1549: ELSIF l_txn_temp_id iS NOT NULL AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1550: IF(l_debug = 1) THEN
1551: trace('Before opening the cursor');
1552: END IF;
1553: OPEN c_wdd_mmtt(l_txn_temp_id, l_cart_id);

Line 1647: IF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

1643: LOOP
1644: IF c_wdd_mmtt%ISOPEN THEN
1645: -- Start Bug 6696594
1646:
1647: IF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1648: l_total_number_of_lpns := 0;
1649: l_number_of_total := NULL;
1650:
1651: --Bug 6880623