DBA Data[Home] [Help]

APPS.CSP_SUPERSESSIONS_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 1444: from mtl_system_items_b_kfv

1440: and mriv.RELATIONSHIP_TYPE_ID = 8;
1441:
1442: cursor get_item_number(c_item_id number) IS
1443: select concatenated_segments
1444: from mtl_system_items_b_kfv
1445: where inventory_item_id = c_item_id
1446: and organization_id = cs_std.get_item_valdn_orgzn_id;
1447:
1448: