DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on WSMPVERS

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

3236: p_Kanban_Card_Rec_Tbl(1).wip_line_id := v_wip_line_id;
3237: create_flow_schedule(p_kanban_card_rec_tbl, v_fixed_lead_time,
3238: v_var_lead_time );
3239: x_card_supply_status := INV_Kanban_PVT.G_Supply_Status_InProcess;
3240: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508')
3241: THEN
3242:
3243: BEGIN
3244: SELECT 'Y' INTO l_is_lot_control

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

3331: create_flow_schedule(p_kanban_card_rec_tbl, v_fixed_lead_time,
3332: v_var_lead_time );
3333: x_card_supply_status := INV_Kanban_PVT.G_Supply_Status_InProcess;
3334:
3335: elsif (v_cfm_flag = 3) AND (wsmpvers.get_osfm_release_version > '110508') THEN
3336:
3337: BEGIN
3338: SELECT 'Y' INTO l_is_lot_control
3339: FROM dual WHERE exists

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

4069: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
4070: BEGIN
4071: --fnd_message.debug('Inside eligible');
4072:
4073: IF wsmpvers.get_osfm_release_version <= '110508' THEN
4074: RETURN 'N';
4075: ELSIF l_source_type_id = inv_kanban_pvt.g_source_type_production THEN
4076: --Source type production
4077: BEGIN