DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on MTL_ITEM_REVISIONS

Line 1516: FROM MTL_ITEM_REVISIONS

1512: x_return_status OUT NOCOPY VARCHAR2) RETURN VARCHAR2 IS
1513:
1514: Cursor c_item_revision IS
1515: SELECT 1
1516: FROM MTL_ITEM_REVISIONS
1517: WHERE inventory_item_id = p_inventory_item_id and
1518: revision = p_item_revision and
1519: organization_id = cs_std.get_item_valdn_orgzn_id ;
1520: