DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on FLM_KANBAN_CONFIG_PARAMS

Line 2499: l_status_type := nvl(flm_kanban_config_params.get_dj_status_replenish(p_kanban_card_rec_tbl(1).organization_id),3);

2495: For l_order_count in 1..p_Kanban_Card_Rec_Tbl.Count
2496: LOOP
2497: --eKanban Changes
2498: if nvl(fnd_profile.VALUE('FLM_EKB_OPS_FLAG'),0) = 1 then
2499: l_status_type := nvl(flm_kanban_config_params.get_dj_status_replenish(p_kanban_card_rec_tbl(1).organization_id),3);
2500: else
2501: l_status_type := 3;
2502: end if;
2503:

Line 3002: l_status_type := nvl(flm_kanban_config_params.get_dj_status_replenish(p_kanban_card_rec_tbl(1).organization_id),3);

2998:
2999: BEGIN
3000:
3001: if nvl(fnd_profile.VALUE('FLM_EKB_OPS_FLAG'),0) = 1 then
3002: l_status_type := nvl(flm_kanban_config_params.get_dj_status_replenish(p_kanban_card_rec_tbl(1).organization_id),3);
3003: else
3004: l_status_type := 3;
3005: end if;
3006: