DBA Data[Home] [Help]

APPS.INV_LABEL_PVT8 dependencies on INV_CONTROL

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

1606: ELSIF p_label_type_info.business_flow_code in (21) THEN
1607: -- Ship Confirm
1608: l_delivery_id := p_transaction_id;
1609: --Start Bug 6696594
1610: ELSIF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1611: -- Pick Release
1612: l_txn_temp_id := p_transaction_id;
1613: l_cart_id := NULL;
1614: --End Bug 6696594

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

1688: END IF;
1689: l_cons_wdd.number_of_total := l_number_of_total;
1690:
1691: --Start Bug 6696594
1692: ELSIF l_txn_temp_id iS NOT NULL AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1693: IF(l_debug = 1) THEN
1694: trace('Before opening the cursor');
1695: END IF;
1696: OPEN c_wdd_mmtt(l_txn_temp_id, l_cart_id);

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

1786: LOOP
1787: IF c_wdd_mmtt%ISOPEN THEN
1788: -- Start Bug 6696594
1789:
1790: IF p_label_type_info.business_flow_code in (42) AND INV_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1791: l_total_number_of_lpns := 0;
1792: l_number_of_total := NULL;
1793:
1794: --Bug 6880623