DBA Data[Home] [Help]

APPS.CSD_SC_DOMAINS_PVT dependencies on CS_STD

Line 204: where organization_id = cs_std.get_item_valdn_orgzn_id

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
208:

Line 1046: where organization_id = cs_std.get_item_valdn_orgzn_id

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
1050: