DBA Data[Home] [Help]

APPS.CSD_SC_DOMAINS_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 203: from mtl_system_items_kfv

199: l_dummy := null;
200:
201: select 'X'
202: into l_dummy
203: from mtl_system_items_kfv
204: where organization_id = cs_std.get_item_valdn_orgzn_id
205: and inventory_item_id = p_sc_domain_rec.inventory_item_id;
206:
207: Exception

Line 1045: from mtl_system_items_kfv

1041:
1042: Begin
1043: select inventory_item_id
1044: into l_inventory_item_id
1045: from mtl_system_items_kfv
1046: where organization_id = cs_std.get_item_valdn_orgzn_id
1047: and inventory_item_id = p_sc_domain_rec.inventory_item_id;
1048:
1049: Exception