DBA Data[Home] [Help]

APPS.INVTROAP dependencies on MTL_SYSTEM_ITEMS_VL

Line 693: from MTL_SYSTEM_ITEMS_VL which supports MLS.

689: aname => 'ORG_ID');
690:
691: /* Commented the select statement from MTL_SYSTEM_ITEMS_KFV AND
692: Selected the values of item name, planner code and description
693: from MTL_SYSTEM_ITEMS_VL which supports MLS.
694: Select Concatenated_segments , planner_code, description -- Description added for Bug# 4148672
695: into l_item_name , l_planner_code, l_item_description -- l_item_description added for Bug# 4148672
696: from MTL_SYSTEM_ITEMS_KFV
697: where organization_id = l_org_id and

Line 705: from MTL_SYSTEM_ITEMS_VL -- Modified the view to MTL_SYSTEM_ITEMS_FVL for Bug# 4148672

701: --segment1, --commented segment1 for Bug# 6936609
702: CONCATENATED_SEGMENTS, --and added CONCATENATED_SEGMENTS for Bug# 6936609
703: planner_code, description -- Description added for Bug# 4148672
704: into l_item_name , l_planner_code, l_item_description -- l_item_description added for Bug# 4148672
705: from MTL_SYSTEM_ITEMS_VL -- Modified the view to MTL_SYSTEM_ITEMS_FVL for Bug# 4148672
706: where organization_id = l_org_id and
707: inventory_item_id = l_item_id;
708:
709: