DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on WSMPVERS

Line 2844: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508')

2840: p_Kanban_Card_Rec_Tbl(1).wip_line_id := v_wip_line_id;
2841: create_flow_schedule(p_kanban_card_rec_tbl, v_fixed_lead_time,
2842: v_var_lead_time );
2843: x_card_supply_status := INV_Kanban_PVT.G_Supply_Status_InProcess;
2844: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508')
2845: THEN
2846:
2847: BEGIN
2848: SELECT 'Y' INTO l_is_lot_control

Line 2939: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508') THEN

2935: create_flow_schedule(p_kanban_card_rec_tbl, v_fixed_lead_time,
2936: v_var_lead_time );
2937: x_card_supply_status := INV_Kanban_PVT.G_Supply_Status_InProcess;
2938:
2939: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508') THEN
2940:
2941: BEGIN
2942: SELECT 'Y' INTO l_is_lot_control
2943: FROM dual WHERE exists

Line 3672: IF wsmpvers.get_osfm_release_version <= '110508' THEN

3668: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
3669: BEGIN
3670: --fnd_message.debug('Inside eligible');
3671:
3672: IF wsmpvers.get_osfm_release_version <= '110508' THEN
3673: RETURN 'N';
3674: ELSIF l_source_type_id = inv_kanban_pvt.g_source_type_production THEN
3675: --Source type production
3676: BEGIN