DBA Data[Home] [Help]

APPS.CSP_SUPERSESSIONS_PVT dependencies on CS_STD

Line 1446: and organization_id = cs_std.get_item_valdn_orgzn_id;

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:
1449: BEGIN
1450: l_supersede_items := supersede_item_table_type();