DBA Data[Home] [Help]

APPS.CSD_DC_DOMAINS_PVT dependencies on CS_STD

Line 202: where organization_id = cs_std.get_item_valdn_orgzn_id

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

Line 1033: where organization_id = cs_std.get_item_valdn_orgzn_id

1029: Begin
1030: select inventory_item_id
1031: into l_inventory_item_id
1032: from mtl_system_items_kfv
1033: where organization_id = cs_std.get_item_valdn_orgzn_id
1034: and inventory_item_id = p_dc_domain_rec.inventory_item_id;
1035:
1036: Exception
1037: