DBA Data[Home] [Help]

APPS.FLM_KANBANCARD_PUB dependencies on MTL_INTERORG_PARAMETERS

Line 1073: FROM MTL_INTERORG_PARAMETERS

1069:
1070: elsif l_source_type = INV_Kanban_PVT.G_Source_Type_InterOrg then
1071:
1072: SELECT intransit_type into l_intransit_type
1073: FROM MTL_INTERORG_PARAMETERS
1074: WHERE from_organization_id = l_kanban_card_rec.source_organization_id
1075: and to_organization_id = l_kanban_card_rec.organization_id;
1076:
1077: If nvl(l_intransit_type,-1) = 1 then