DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on MTL_ITEM_REVISIONS

Line 1616: FROM MTL_ITEM_REVISIONS

1612: x_return_status OUT NOCOPY VARCHAR2) RETURN VARCHAR2 IS
1613:
1614: Cursor c_item_revision IS
1615: SELECT 1
1616: FROM MTL_ITEM_REVISIONS
1617: WHERE inventory_item_id = p_inventory_item_id and
1618: revision = p_item_revision and
1619: organization_id = cs_std.get_item_valdn_orgzn_id ;
1620: